mirror of https://github.com/allinssl/allinssl
chore: update GitHub workflows to trigger on all branches
parent
2a02edfb02
commit
347f0446c0
|
@ -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'
|
||||
|
||||
|
|
|
@ -5,9 +5,9 @@ name: Go
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ "1.0.3" ]
|
||||
branches: [ "*" ]
|
||||
pull_request:
|
||||
branches: [ "1.0.3" ]
|
||||
branches: [ "*" ]
|
||||
|
||||
jobs:
|
||||
|
||||
|
|
Loading…
Reference in New Issue