We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 391a7ac + e8afded commit aea6568Copy full SHA for aea6568
.github/workflows/build-and-publish.yml
@@ -2,7 +2,7 @@ name: Build and Publish
2
3
on:
4
push:
5
- branches: [ dev , master ]
+ branches: [ dev , master, v3/longTermBranch ]
6
paths-ignore:
7
- '.gradle/wrapper'
8
- '.gitignore'
@@ -15,7 +15,7 @@ env:
15
16
jobs:
17
maven_Preview:
18
- if: ${{ github.ref == 'refs/heads/dev' }}
+ if: ${{ github.ref == 'refs/heads/dev' || github.ref == 'refs/heads/v3/longTermBranch'}}
19
environment:
20
name: maven_central_snapshot
21
runs-on: ubuntu-latest
0 commit comments