Skip to content

Commit

Permalink
fix: Trigger actions on PR merges and release branches
Browse files Browse the repository at this point in the history
  • Loading branch information
ghislainbourgeois committed Dec 12, 2024
1 parent 785c9e6 commit d16323d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ on:
types: [edited, opened, reopened, synchronize]
branches:
- main
- v**
push:
branches:
- main
- v**
schedule:
- cron: '0 0 * * 0'

Expand Down

0 comments on commit d16323d

Please sign in to comment.