change: trigger actions on push to main branch

This commit is contained in:
debugtalk
2022-03-28 20:42:43 +08:00
parent 8d627f7ba2
commit 8fb1f6e0c9
7 changed files with 15 additions and 9 deletions

View File

@@ -2,6 +2,8 @@ name: Run scaffold for hrp
on:
push:
branches:
- main
pull_request:
types: [synchronize]

View File

@@ -2,6 +2,8 @@ name: run smoke tests for httprunner
on:
push:
branches:
- main
pull_request:
types: [synchronize]

View File

@@ -2,6 +2,8 @@ name: Run unittests
on:
push:
branches:
- main
pull_request:
types: [synchronize]