Skip to content

Commit

Permalink
ci: run release workflow on main
Browse files Browse the repository at this point in the history
  • Loading branch information
sheerlox committed Nov 18, 2023
1 parent 1b99210 commit f25f826
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Release
on:
push:
branches:
- main
- dev

permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on:
push:
pull_request:
branches:
- dev
- main
- dev
workflow_call:
secrets:
SONAR_TOKEN:
Expand Down

0 comments on commit f25f826

Please sign in to comment.