diff options
| author | Michael Tews <michael@tews.dev> | 2026-03-31 04:50:51 +0200 |
|---|---|---|
| committer | Michael Tews <michael@tews.dev> | 2026-03-31 04:50:51 +0200 |
| commit | 24f05d49a06c790992ed08d8be0ebd56e1cd1e9d (patch) | |
| tree | 4515c873f8e4fd40a961b8126b2a557c2f259e9b | |
| parent | 1b06306a7e55e1011f3d6dbeb37481779da5416c (diff) | |
ci: don't run tests on any branch push
| -rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5919a39..2f16e56 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,6 +2,8 @@ name: test on: push: + branches: + - main pull_request: jobs: |
