1
0
Fork 0
mirror of synced 2024-06-13 16:05:06 +12:00

Fix typo on branch name check

This commit is contained in:
Rory Powell 2022-06-20 12:51:57 +01:00
parent 3d9abf712c
commit ecc05be9af

View file

@ -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