mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Change workflow target
This commit is contained in:
parent
691888ec1e
commit
3884ab0df2
13
.github/workflows/python.yaml
vendored
13
.github/workflows/python.yaml
vendored
@ -2,11 +2,14 @@
|
|||||||
|
|
||||||
name: Python Bindings
|
name: Python Bindings
|
||||||
|
|
||||||
#on:
|
on:
|
||||||
# push:
|
push:
|
||||||
# branches:
|
branches:
|
||||||
# - 'master'
|
- master
|
||||||
on: ["pull_request"]
|
|
||||||
|
pull_request:
|
||||||
|
branches-ignore:
|
||||||
|
- l10*
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user