Skip to content

Commit 2ddb19e

Browse files
authored
eap
1 parent db7f73a commit 2ddb19e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
name: Update Changelog, Create Tag and Release
4747
runs-on: ubuntu-latest
4848
needs: test
49-
if: github.ref == 'refs/heads/main'
49+
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/eap'
5050
steps:
5151
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
5252
with:
@@ -128,7 +128,7 @@ jobs:
128128
git commit -m "update changelog"
129129
git tag $TAG
130130
git fetch --all
131-
git rebase origin/main
131+
git rebase origin/eap
132132
git push
133133
git push --tags
134134
echo "tag=created" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)