only push commits on master branch
This commit is contained in:
parent
00d8c669ef
commit
074e0c42e7
1 changed files with 7 additions and 5 deletions
12
.github/workflows/release.yml
vendored
12
.github/workflows/release.yml
vendored
|
|
@ -1,10 +1,12 @@
|
|||
name: Release AddOn
|
||||
|
||||
on: [push]
|
||||
#on:
|
||||
# push:
|
||||
# tags:
|
||||
# - '**'
|
||||
#on: [push]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
tags:
|
||||
- '**'
|
||||
|
||||
env:
|
||||
CF_API_KEY: ${{ secrets.CF_API_KEY }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue