mirror of
https://gitee.com/mirrors/AllinSSL.git
synced 2026-03-07 23:31:10 +08:00
chore: update GitHub workflows to trigger on all branches
This commit is contained in:
4
.github/workflows/codeql.yml
vendored
4
.github/workflows/codeql.yml
vendored
@@ -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'
|
||||
|
||||
|
||||
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
@@ -5,9 +5,9 @@ name: Go
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "1.0.3" ]
|
||||
branches: [ "*" ]
|
||||
pull_request:
|
||||
branches: [ "1.0.3" ]
|
||||
branches: [ "*" ]
|
||||
|
||||
jobs:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user