aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMichael Tews <michael@tews.dev>2026-03-31 04:50:51 +0200
committerMichael Tews <michael@tews.dev>2026-03-31 04:50:51 +0200
commit24f05d49a06c790992ed08d8be0ebd56e1cd1e9d (patch)
tree4515c873f8e4fd40a961b8126b2a557c2f259e9b /.github
parent1b06306a7e55e1011f3d6dbeb37481779da5416c (diff)
ci: don't run tests on any branch push
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml2
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: