1
0
Fork 0
mirror of synced 2024-07-06 15:00:49 +12:00

Fix typo on branch name check

This commit is contained in:
Rory Powell 2022-06-20 12:51:57 +01:00
parent ab96245203
commit 7a97dd14e3

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