Skip to content

Commit

Permalink
fix: dont scan on push
Browse files Browse the repository at this point in the history
  • Loading branch information
gruyaume committed Apr 25, 2024
1 parent 9ecc928 commit 6f8ed15
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 6f8ed15

Please sign in to comment.