Skip to content

Commit

Permalink
ci: update github action to run on every PR #13
Browse files Browse the repository at this point in the history
  • Loading branch information
rmenner committed Nov 26, 2024
1 parent f1343c7 commit 2fff1d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/testPublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ name: Test and publish
# events but only for the main branch.
on:
push:
branches: [ main ]
pull_request:

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
Expand Down

0 comments on commit 2fff1d2

Please sign in to comment.