Skip to content

Commit

Permalink
Temporarily remove main branch check.
Browse files Browse the repository at this point in the history
  • Loading branch information
samsymons committed Dec 23, 2023
1 parent f18b77c commit 490b47c
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 main branch
run: |
case "${{ github.ref }}" in
*main) ;;
*) echo "👎 Not main branch"; exit 1 ;;
esac
- name: Register SSH keys for access to certificates
uses: webfactory/[email protected]
with:
Expand Down

0 comments on commit 490b47c

Please sign in to comment.