1
0
Fork 0
mirror of synced 2024-06-26 18:10:51 +12:00

Disable develop branch name check

This commit is contained in:
Rory Powell 2022-06-13 11:23:02 +01:00
parent 72790c89ac
commit 2abd768e4e

View file

@ -28,11 +28,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Fail if branch is not develop
if: github.ref != 'refs/heads/develop'
run: |
echo "Ref is not develop, you must run this job from develop."
exit 1
# - name: Fail if branch is not develop
# if: github.ref != 'refs/heads/develop'
# run: |
# echo "Ref is not develop, you must run this job from develop."
# exit 1
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with: