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