author | Alberto Bertogli
<albertito@blitiri.com.ar> 2024-09-08 09:34:47 UTC |
committer | Alberto Bertogli
<albertito@blitiri.com.ar> 2024-09-08 10:14:19 UTC |
parent | 480b41fca9ff786871be49c828c787ec753640ce |
.github/workflows/govulncheck.yaml | +2 | -2 |
diff --git a/.github/workflows/govulncheck.yaml b/.github/workflows/govulncheck.yaml index 4e3aeea..3e92978 100644 --- a/.github/workflows/govulncheck.yaml +++ b/.github/workflows/govulncheck.yaml @@ -2,10 +2,10 @@ name: "govulncheck" on: push: - branches: [ "master", "next" ] + branches: [ "main", "next" ] pull_request: # The branches below must be a subset of the branches above - branches: [ "master", "next" ] + branches: [ "main", "next" ] schedule: - cron: '29 21 * * 6'