Skip to content

Commit

Permalink
fix: scan on pull_request instead of push
Browse files Browse the repository at this point in the history
  • Loading branch information
gruyaume committed Apr 26, 2024
1 parent fc88954 commit a26bdf2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
name: Main

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

jobs:

Expand Down

0 comments on commit a26bdf2

Please sign in to comment.