mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-04 23:16:57 +08:00
change: trigger actions on push to master branch
This commit is contained in:
@@ -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]
|
||||||
|
|
||||||
|
|||||||
@@ -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]
|
||||||
|
|
||||||
|
|||||||
@@ -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