Skip to content

Commit

Permalink
trying to fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
mihxil committed Apr 8, 2024
1 parent 24899d8 commit 21494e9
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' || github.ref = 'refs/heads/1'
if: github.ref == 'refs/heads/main' || 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 21494e9

Please sign in to comment.