mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-09 09:49:33 +08:00
change: trigger actions on push to master branch
This commit is contained in:
2
.github/workflows/hrp-scaffold.yml
vendored
2
.github/workflows/hrp-scaffold.yml
vendored
@@ -3,7 +3,7 @@ name: Run scaffold for hrp
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- master
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [synchronize]
|
types: [synchronize]
|
||||||
|
|
||||||
|
|||||||
2
.github/workflows/smoketest.yml
vendored
2
.github/workflows/smoketest.yml
vendored
@@ -3,7 +3,7 @@ name: run smoke tests for httprunner
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- master
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [synchronize]
|
types: [synchronize]
|
||||||
|
|
||||||
|
|||||||
2
.github/workflows/unittest.yml
vendored
2
.github/workflows/unittest.yml
vendored
@@ -3,7 +3,7 @@ name: Run unittests
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- master
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [synchronize]
|
types: [synchronize]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user