Skip to content

Commit

Permalink
Update CI for 1.0.12-release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
neetopia committed Apr 21, 2023
1 parent 028bb92 commit 4596d13
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
ref: 1.0.11-release
ref: 1.0.12-release

- name: merge commits from main to release branch
run: |
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
ref: 1.0.11-release
ref: 1.0.12-release

- name: merge commits from main to release branch
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ name: CI

on:
push:
branches: [ main, 1.0.10-release, 1.0.11-release ]
branches: [ main, 1.0.12-release, 1.0.11-release ]
pull_request:
branches: [ main, 1.0.10-release, 1.0.11-release ]
branches: [ main, 1.0.12-release, 1.0.11-release ]

jobs:
build-and-test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
branch: [ main, 1.0.11-release, 1.0.10-release ]
branch: [ main, 1.0.11-release, 1.0.12-release ]
runs-on: windows-latest
steps:
- name: configure Pagefile
Expand Down

0 comments on commit 4596d13

Please sign in to comment.