Skip to content

Commit

Permalink
fix: Fix workflows trigger only on PR events, and not on push (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghislainbourgeois authored Dec 11, 2024
1 parent 879f0c7 commit 785c9e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Main

on:
pull_request:
types: [edited, opened, reopened, synchronize]
branches:
- main
push:
schedule:
- cron: '0 0 * * 0'

Expand Down

0 comments on commit 785c9e6

Please sign in to comment.