Browse Source

Disable develop branch name check

pull/6288/head
Rory Powell 4 years ago
parent
commit
2abd768e4e
  1. 10
      .github/workflows/release-develop.yml

10
.github/workflows/release-develop.yml

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

Loading…
Cancel
Save