change: trigger actions on push to master branch

This commit is contained in:
debugtalk
2022-03-29 10:25:23 +08:00
parent 7913f62768
commit 95947987ef
3 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ name: Run scaffold for hrp
on:
push:
branches:
- main
- master
pull_request:
types: [synchronize]

View File

@@ -3,7 +3,7 @@ name: run smoke tests for httprunner
on:
push:
branches:
- main
- master
pull_request:
types: [synchronize]

View File

@@ -3,7 +3,7 @@ name: Run unittests
on:
push:
branches:
- main
- master
pull_request:
types: [synchronize]