Fix typo on branch name check
This commit is contained in:
parent
ab96245203
commit
7a97dd14e3
|
@ -18,7 +18,7 @@ jobs:
|
|||
aws-region: eu-west-1
|
||||
|
||||
- name: Fail if branch is not develop
|
||||
if: github.ref != 'refs/heads/release'
|
||||
if: github.ref != 'refs/heads/develop'
|
||||
run: |
|
||||
echo "Ref is not develop, you must run this job from develop."
|
||||
exit 1
|
||||
|
|
Loading…
Reference in New Issue