mirror of
https://gitee.com/mirrors/AllinSSL.git
synced 2026-03-08 07:41:10 +08:00
Merge remote-tracking branch 'github/1.0.3' into 1.0.3
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.1" ]
|
||||
branches: [ "1.0.3" ]
|
||||
pull_request:
|
||||
branches: [ "1.0.1" ]
|
||||
branches: [ "1.0.3" ]
|
||||
schedule:
|
||||
- cron: '34 15 * * 2'
|
||||
|
||||
|
||||
4
.github/workflows/docker-image.yml
vendored
4
.github/workflows/docker-image.yml
vendored
@@ -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:
|
||||
|
||||
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user