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 22, 2024
1 parent 8ddda54 commit e219e17
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/testPublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ name: Test and publish
# events but only for the main branch.
on:
push:
branches: [main]
branches: [ main ]
pull_request:
branches: [main]

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

0 comments on commit e219e17

Please sign in to comment.