summaryrefslogtreecommitdiff
path: root/.github/workflows/tests.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/tests.yml')
-rw-r--r--.github/workflows/tests.yml10
1 files changed, 8 insertions, 2 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index cb09bad..c421dcf 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -1,7 +1,13 @@
name: Tests
-# Run this workflow every time a new commit pushed to your repository
-on: [push, pull_request]
+# Only run on branches (e.g. not tags)
+on:
+ push:
+ branches:
+ - "*"
+ pull_request:
+ branches:
+ - "*"
jobs:
tests: