fix(workflows): changed branch variable capitalisation to match gitea
Gitea forces uppercase variable names. Updated the workflow to reflect that
This commit is contained in:
parent
e73a6cab60
commit
8e4aabf967
1 changed files with 2 additions and 2 deletions
|
|
@ -5,10 +5,10 @@ on:
|
||||||
types:
|
types:
|
||||||
- closed
|
- closed
|
||||||
branches:
|
branches:
|
||||||
- ${{ vars.branch }}
|
- ${{ vars.BRANCH }}
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- ${{ vars.branch }}
|
- ${{ vars.BRANCH }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-deploy:
|
build-and-deploy:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue