mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
run on pull request
This commit is contained in:
parent
01e6635032
commit
6b32142725
6
.github/workflows/coverage.yaml
vendored
6
.github/workflows/coverage.yaml
vendored
@ -2,11 +2,7 @@
|
||||
|
||||
name: Code Coverage
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ $default-branch ]
|
||||
pull_request:
|
||||
branches: [ $default-branch ]
|
||||
on: ["push", "pull_request"]
|
||||
|
||||
jobs:
|
||||
|
||||
|
2
.github/workflows/style.yaml
vendored
2
.github/workflows/style.yaml
vendored
@ -1,6 +1,6 @@
|
||||
name: Style Checks
|
||||
|
||||
on: push
|
||||
on: ["push", "pull_request"]
|
||||
|
||||
jobs:
|
||||
pep:
|
||||
|
Loading…
Reference in New Issue
Block a user