Skip to content

Commit

Permalink
run only on master, and publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Zac Boyd committed Aug 5, 2024
1 parent 86e1dfb commit 431d7c8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ name: airtasker/spot/build-and-test

on:
pull_request:
branches:
- master
push:
branches:
- master
release:
types: [published]

env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit 431d7c8

Please sign in to comment.