Skip to content

Commit

Permalink
ci: fix trigger action on push
Browse files Browse the repository at this point in the history
  • Loading branch information
genaris committed Dec 23, 2022
1 parent e8a6716 commit a90fce9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
pull_request:
branches:
- main
push:
branches: [main]

# Make sure we're not running multiple release steps at the same time as this can give issues with determining the next npm version to release.
# Ideally we only add this to the 'release' job so it doesn't limit PR runs, but github can't guarantee the job order in that case:
Expand Down

0 comments on commit a90fce9

Please sign in to comment.