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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "1.0.3" ]
|
branches: [ "*" ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "1.0.3" ]
|
branches: [ "*" ]
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '34 15 * * 2'
|
- cron: '34 15 * * 2'
|
||||||
|
|
||||||
|
|
|
@ -5,9 +5,9 @@ name: Go
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "1.0.3" ]
|
branches: [ "*" ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "1.0.3" ]
|
branches: [ "*" ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue