Skip to content

Commit

Permalink
set release branch to 1.0.15-release
Browse files Browse the repository at this point in the history
(cherry picked from commit 7fbeb5a)
  • Loading branch information
neetopia authored and KSP Auto Pick committed Nov 7, 2023
1 parent a572082 commit 20f5b15
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.14-release
ref: 1.0.15-release

- name: merge commits from main to release branch
run: |
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
ref: 1.0.14-release
ref: 1.0.15-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.14-release, 1.0.13-release ]
branches: [ main, 1.0.14-release, 1.0.15-release ]
pull_request:
branches: [ main, 1.0.14-release, 1.0.13-release ]
branches: [ main, 1.0.14-release, 1.0.15-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.13-release, 1.0.14-release ]
branch: [ main, 1.0.15-release, 1.0.14-release ]
runs-on: windows-latest
steps:
- name: configure Pagefile
Expand Down

0 comments on commit 20f5b15

Please sign in to comment.