Change action branches
This commit is contained in:
parent
89c10fffde
commit
f68272add4
2
.github/workflows/push_develop.yml
vendored
2
.github/workflows/push_develop.yml
vendored
@ -4,7 +4,7 @@ name: Push Develop Release
|
||||
on:
|
||||
push:
|
||||
branches-ignore:
|
||||
- develop
|
||||
- master
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
2
.github/workflows/push_production.yml
vendored
2
.github/workflows/push_production.yml
vendored
@ -4,7 +4,7 @@ name: Push Production Release
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- develop
|
||||
- master
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
Loading…
Reference in New Issue
Block a user