mirror of
https://github.com/httprunner/httprunner.git
synced 2026-08-29 03:57:22 +08:00
change: trigger github actions on push and pull_request
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
name: integration_test
|
||||
|
||||
on: [push]
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
integration_test:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: unittest
|
||||
|
||||
on: [push]
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
unittest:
|
||||
|
||||
Reference in New Issue
Block a user