Skip to content

Commit

Permalink
fix: scan on pull_request instead of push (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
gruyaume authored Apr 27, 2024
1 parent fc62a37 commit a7e9568
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
name: Main

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

jobs:

Expand Down

0 comments on commit a7e9568

Please sign in to comment.