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:
|
||||
- closed
|
||||
branches:
|
||||
- ${{ vars.BRANCH }}
|
||||
- prod
|
||||
push:
|
||||
branches:
|
||||
- ${{ vars.BRANCH }}
|
||||
- prod
|
||||
|
||||
jobs:
|
||||
build-and-deploy:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue