change: trigger actions on push to main branch

This commit is contained in:
debugtalk
2022-03-28 21:43:41 +08:00
parent f5e80989c4
commit 2da93086a4
7 changed files with 15 additions and 9 deletions
+2
View File
@@ -2,6 +2,8 @@ name: Run scaffold for hrp
on:
push:
branches:
- main
pull_request:
types: [synchronize]
+2
View File
@@ -2,6 +2,8 @@ name: run smoke tests for httprunner
on:
push:
branches:
- main
pull_request:
types: [synchronize]
+2
View File
@@ -2,6 +2,8 @@ name: Run unittests
on:
push:
branches:
- main
pull_request:
types: [synchronize]