diff options
| author | Jan Sucan <jan@jansucan.com> | 2024-01-09 17:35:50 +0100 |
|---|---|---|
| committer | Ján Sučan <jan@jansucan.com> | 2024-01-09 17:38:11 +0100 |
| commit | a07531a4b00ac84b23d128cfb0468a8cb21f1661 (patch) | |
| tree | 1739429a2a434866523754373e074cad1dda5a66 | |
| parent | 1dd0f4e6bbde396c66f6eb86b5b4a30952c02026 (diff) | |
github: Run test workflow on pull request
| -rw-r--r-- | .github/workflows/tests.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 48773a1..6f68dfd 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,7 +1,8 @@ name: Run tests on: - push + pull_request: + push: jobs: run-tests: |
