Edited the trigger

Signed-off-by: Kevin Joe Harris <kevinjoeharris1@gmail.com>
This commit is contained in:
Kevin Joe Harris 2026-04-04 21:03:00 +05:30
parent a29f2db7e1
commit bc4a3c1a51

View file

@ -1,19 +1,8 @@
name: govulncheck
on:
workflow_dispatch: # For testing purpose
push:
branches:
- 'master'
- 'release-*'
- '!release-1.4'
- '!release-1.5'
pull_request:
branches:
- 'master'
- 'release-*'
workflow_dispatch: {}
schedule:
# Run weekly on Monday at 08:00 UTC to catch newly disclosed CVEs
- cron: '0 8 * * 1'
- cron: '0 8 * * 1' # Run weekly on Monday at 08:00 UTC to catch newly disclosed CVEs
env:
# Golang version to use across CI steps