fix(workflows): testing with hardcoded branch name
Some checks failed
On merge to development / build-and-deploy (push) Has been cancelled
Some checks failed
On merge to development / build-and-deploy (push) Has been cancelled
This commit is contained in:
parent
d70d1cb132
commit
17fdb9425b
1 changed files with 2 additions and 2 deletions
|
|
@ -5,10 +5,10 @@ on:
|
||||||
types:
|
types:
|
||||||
- closed
|
- closed
|
||||||
branches:
|
branches:
|
||||||
- ${{ vars.BRANCH }}
|
- prod
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- ${{ vars.BRANCH }}
|
- prod
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-deploy:
|
build-and-deploy:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue