Skip to content

Commit

Permalink
workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
josstn committed Aug 23, 2024
1 parent 0a726b6 commit eb4dbb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
permissions:
contents: read
if: |
${{ github.ref_name == 'master' }}
${{ github.ref_name == 'main' }}
runs-on: ubuntu-latest
steps:
- shell: bash
Expand All @@ -28,7 +28,7 @@ jobs:
name: Test2
permissions:
contents: read
if: github.ref_name == 'master'
if: github.ref_name == 'main'
runs-on: ubuntu-latest
steps:
- shell: bash
Expand Down

0 comments on commit eb4dbb6

Please sign in to comment.