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