aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/test.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 7af0a598..ffa744c7 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -1,6 +1,10 @@
1name: test 1name: test
2 2
3on: [push] 3on:
4 push:
5 branches: main
6 pull_request:
7 branches: '*'
4 8
5jobs: 9jobs:
6 ############################################################################## 10 ##############################################################################