Skip to content

Commit

Permalink
workflow fixtest
Browse files Browse the repository at this point in the history
  • Loading branch information
josstn committed Aug 23, 2024
1 parent 3181369 commit eba4add
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,27 @@ jobs:
echo 'Test4 ran'
test5:
name: Test5
permissions:
contents: read
if: ${{ github.ref_name == github.event.repository.default_branch }}
runs-on: ubuntu-latest
steps:
- shell: bash
run: |
echo 'Test5 ran'
test6:
name: Test6
permissions:
contents: read
if: ${{ github.ref_name == 'main' }}
runs-on: ubuntu-latest
steps:
- shell: bash
run: |
echo 'Test6 ran'

0 comments on commit eba4add

Please sign in to comment.