ci/cd: 修改流水线到1.0.3分支

pull/117/head
YANGJINZE 2025-05-19 15:06:58 +08:00
parent 9e58970ab9
commit 0140f4b671
3 changed files with 6 additions and 6 deletions

View File

@ -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'

View File

@ -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:

View File

@ -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: