mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-14 09:11:27 +00:00
.github/workflows: Run regression tests upon a pull request
Also allow regression tests to run upon a pull request.
This commit is contained in:
2
.github/workflows/checkpatch_pull.yml
vendored
2
.github/workflows/checkpatch_pull.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Checkpatch upon pull
|
||||
name: Checkpatch upon pull request
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
|
||||
5
.github/workflows/run_regression_tests.yaml
vendored
5
.github/workflows/run_regression_tests.yaml
vendored
@@ -1,10 +1,13 @@
|
||||
name: Regression tests upon push
|
||||
name: Run regression tests
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- nightly/update
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
regression_tests:
|
||||
|
||||
Reference in New Issue
Block a user