Skip to content

Commit

Permalink
fix canary releases (#3172)
Browse files Browse the repository at this point in the history
canary releases should happen even with `paths-ignore` according to the actions documentation
  • Loading branch information
acao authored May 11, 2023
1 parent 28b1b5a commit 3efc1d8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Canary Release

on:
pull_request:
branches:
- main
paths-ignore:
- '**.md'
- 'examples'
Expand Down

0 comments on commit 3efc1d8

Please sign in to comment.