Skip to content

Commit

Permalink
workflows: run test on push
Browse files Browse the repository at this point in the history
Run the test workflow on push rather than on pull_request.  This ensures
that it runs in other forks of the repository too, keeping contributors
honest.  And the workflow will still only run once.
  • Loading branch information
ppaeps committed Jun 28, 2024
1 parent 03de16a commit 70be325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: test

on: pull_request
on: push

jobs:
test:
Expand Down

0 comments on commit 70be325

Please sign in to comment.