Skip to content

Commit

Permalink
do not do build only for trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinrue committed Jul 30, 2024
1 parent 5815ccf commit 9b406e3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
environment:
name: Build
runs-on: ubuntu-latest
if: ${{ github.ref == 'refs/heads/trunk' }}
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -67,7 +66,6 @@ jobs:
environment:
name: Build
runs-on: ubuntu-latest
if: ${{ github.ref == 'refs/heads/trunk' }}
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 9b406e3

Please sign in to comment.