Skip to content

Commit

Permalink
Fix running build + deployment for pushes to main (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
gunndabad authored Sep 7, 2022
1 parent eab22bd commit fcba4ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
setup:
name: Cancel previous runs for PR
runs-on: ubuntu-latest
if: github.event_name == 'pull_request'

steps:
- uses: styfle/[email protected]
with:
access_token: ${{ github.token }}
if: github.event_name == 'pull_request'

build:
name: Build
Expand Down

0 comments on commit fcba4ca

Please sign in to comment.