Change workflow target
This commit is contained in:
parent
691888ec1e
commit
3884ab0df2
|
|
@ -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