Skip to content

Commit

Permalink
ci: change dev branch to main and release branch to release
Browse files Browse the repository at this point in the history
  • Loading branch information
asartalo committed Mar 29, 2024
1 parent 8e51361 commit 87981fd
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 @@ -59,7 +59,7 @@ jobs:
name: Prepare Release
runs-on: ubuntu-latest
needs: test
if: github.event_name != 'pull_request' && needs.test.outputs.branch == 'main'
if: github.event_name != 'pull_request' && needs.test.outputs.branch == 'release'

steps:
- name: Setup Dart SDK
Expand Down

0 comments on commit 87981fd

Please sign in to comment.