Skip to content

Commit

Permalink
chore: starting release branch for release-2.1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
squakez committed Oct 16, 2023
1 parent 167d6af commit 13c5d37
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-automatic-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
fail-fast: false
max-parallel: 1
matrix:
ref-branch: [main, release-1.12.x, release-2.0.x]
ref-branch: [main, release-2.1.x, release-2.0.x]

if: github.repository == 'apache/camel-k'
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-native-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ref-branch: [main, release-1.12.x, release-2.0.x]
ref-branch: [main, release-2.1.x, release-2.0.x]

if: github.repository == 'apache/camel-k'
runs-on: macos-12
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ref-branch: [main, release-1.12.x, release-2.0.x]
ref-branch: [main, release-2.1.x, release-2.0.x]

if: github.repository == 'apache/camel-k'
runs-on: ubuntu-latest
Expand Down

0 comments on commit 13c5d37

Please sign in to comment.