Skip to content

Commit

Permalink
Remove main branch check.
Browse files Browse the repository at this point in the history
  • Loading branch information
samsymons committed Nov 17, 2024
1 parent 9045097 commit 201fc20
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 @@ -40,13 +40,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/ssh-agent@v0.7.0
with:
Expand Down

0 comments on commit 201fc20

Please sign in to comment.