Skip to content

Commit

Permalink
fix: scan on pull_request instead of push (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
gruyaume authored Apr 26, 2024
1 parent 9ecc928 commit b847aef
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
@@ -1,7 +1,12 @@
name: Main

on:
pull_request:
branches:
- main
push:
branches:
- main
schedule:
- cron: '0 0 * * 0'

Expand Down

0 comments on commit b847aef

Please sign in to comment.