Skip to content

Commit

Permalink
fix: scan on pull_request instead of push (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
gruyaume authored Apr 27, 2024
1 parent 3d1bbd7 commit 36cd3aa
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 36cd3aa

Please sign in to comment.