change: trigger actions on push to main branch

This commit is contained in:
debugtalk
2022-03-28 20:42:43 +08:00
parent f5e80989c4
commit 2da93086a4
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]