Skip to content

Commit d9d17ab

Browse files
authored
fix: scan on pull_request instead of push (#21)
1 parent d03879c commit d9d17ab

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
name: Main
22

33
on:
4+
pull_request:
5+
branches:
6+
- main
47
push:
8+
branches:
9+
- main
510
schedule:
611
- cron: '0 0 * * 0'
712

0 commit comments

Comments
 (0)