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
|
||||
|
||||
#on:
|
||||
# push:
|
||||
# branches:
|
||||
# - 'master'
|
||||
on: ["pull_request"]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
pull_request:
|
||||
branches-ignore:
|
||||
- l10*
|
||||
|
||||
jobs:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user