Skip to content

Commit

Permalink
Fix nightly alpha branch check (#2028)
Browse files Browse the repository at this point in the history
  • Loading branch information
graeme authored Sep 21, 2023
1 parent af47959 commit f1d87ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Assert develop branch
run: |
case "${{ github.ref }}" in
*develop/*) ;;
*develop) ;;
*) echo "👎 Not develop branch"; exit 1 ;;
esac
Expand Down

0 comments on commit f1d87ac

Please sign in to comment.