mirror of https://github.com/allinssl/allinssl
ci/cd: 修改流水线到1.0.3分支
parent
9e58970ab9
commit
0140f4b671
|
@ -13,9 +13,9 @@ name: "CodeQL Advanced"
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ "1.0.1" ]
|
||||
branches: [ "1.0.3" ]
|
||||
pull_request:
|
||||
branches: [ "1.0.1" ]
|
||||
branches: [ "1.0.3" ]
|
||||
schedule:
|
||||
- cron: '34 15 * * 2'
|
||||
|
||||
|
|
|
@ -2,9 +2,9 @@ name: Build and Push Docker Image
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ "1.0.2" ]
|
||||
branches: [ "1.0.3" ]
|
||||
pull_request:
|
||||
branches: [ "1.0.2" ]
|
||||
branches: [ "1.0.3" ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
@ -5,9 +5,9 @@ name: Go
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ "1.0.1" ]
|
||||
branches: [ "1.0.3" ]
|
||||
pull_request:
|
||||
branches: [ "1.0.1" ]
|
||||
branches: [ "1.0.3" ]
|
||||
|
||||
jobs:
|
||||
|
||||
|
|
Loading…
Reference in New Issue