mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-05 15:37:35 +08:00
change: github action trigger event
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
name: integration_test
|
name: integration_test
|
||||||
|
|
||||||
on: [push, pull_request]
|
on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
integration_test:
|
integration_test:
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
name: unittest
|
name: unittest
|
||||||
|
|
||||||
on: [push, pull_request]
|
on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
unittest:
|
unittest:
|
||||||
|
|||||||
Reference in New Issue
Block a user