Skip to content

Commit

Permalink
Temporarily remove develop branch check.
Browse files Browse the repository at this point in the history
  • Loading branch information
samsymons committed Nov 10, 2023
1 parent 05e30b3 commit 0d6e124
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,6 @@ jobs:

steps:

- name: Assert develop branch
run: |
case "${{ github.ref }}" in
*develop) ;;
*) echo "👎 Not develop branch"; exit 1 ;;
esac
- name: Register SSH keys for access to certificates
uses: webfactory/[email protected]
with:
Expand Down

0 comments on commit 0d6e124

Please sign in to comment.