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
|
aws-region: eu-west-1
|
||||||
|
|
||||||
- name: Fail if branch is not develop
|
- name: Fail if branch is not develop
|
||||||
if: github.ref != 'refs/heads/release'
|
if: github.ref != 'refs/heads/develop'
|
||||||
run: |
|
run: |
|
||||||
echo "Ref is not develop, you must run this job from develop."
|
echo "Ref is not develop, you must run this job from develop."
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Reference in New Issue