Skip to content

Commit

Permalink
Update release branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuri-Blankenstein-TNO authored Feb 6, 2024
1 parent 86f0e55 commit 192508f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Exit if workflow_dispatch on other branch than main
if: (github.event_name == 'workflow_dispatch') && (github.ref_name != 'refs/heads/main')
if: (github.event_name == 'workflow_dispatch') && (github.ref_name != 'main')
run: |
echo "Release workflow should be runned from main branch, exiting."
exit 1
Expand Down

0 comments on commit 192508f

Please sign in to comment.