chore: update GitHub workflows to trigger on all branches

This commit is contained in:
YANGJINZE
2025-05-24 17:04:39 +08:00
parent 2a02edfb02
commit 347f0446c0
2 changed files with 4 additions and 4 deletions

View File

@@ -13,9 +13,9 @@ name: "CodeQL Advanced"
on:
push:
branches: [ "1.0.3" ]
branches: [ "*" ]
pull_request:
branches: [ "1.0.3" ]
branches: [ "*" ]
schedule:
- cron: '34 15 * * 2'

View File

@@ -5,9 +5,9 @@ name: Go
on:
push:
branches: [ "1.0.3" ]
branches: [ "*" ]
pull_request:
branches: [ "1.0.3" ]
branches: [ "*" ]
jobs: