mirror of
https://github.com/inventree/InvenTree.git
synced 2026-04-30 12:00:38 -05:00
run on pull request
This commit is contained in:
@@ -2,11 +2,7 @@
|
||||
|
||||
name: Code Coverage
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ $default-branch ]
|
||||
pull_request:
|
||||
branches: [ $default-branch ]
|
||||
on: ["push", "pull_request"]
|
||||
|
||||
jobs:
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: Style Checks
|
||||
|
||||
on: push
|
||||
on: ["push", "pull_request"]
|
||||
|
||||
jobs:
|
||||
pep:
|
||||
|
||||
Reference in New Issue
Block a user