Skip to content

Commit

Permalink
allow to branch from javax-branch too
Browse files Browse the repository at this point in the history
  • Loading branch information
mihxil committed Apr 8, 2024
1 parent a242719 commit 7e990e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
branch:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/main' or github.ref = 'refs/heads/1'
env:
MAVEN_OPTS: '-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn'
steps:
Expand Down

0 comments on commit 7e990e2

Please sign in to comment.