Skip to content

Commit

Permalink
Fix CI branch (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrw authored Jan 25, 2024
1 parent d054830 commit 9f60443
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- "*.md"
push:
branches:
- master
- main

env:
ENVIRONMENT: TESTING
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:

publish:
name: Publish
if: ${{ github.ref == 'refs/heads/master' && github.repository == 'cashapp/tempest' }}
if: ${{ github.ref == 'refs/heads/main' && github.repository == 'cashapp/tempest' }}
needs: [js, jvm]
runs-on: [ubuntu-latest]
env:
Expand Down

0 comments on commit 9f60443

Please sign in to comment.