Update main.yml
This commit is contained in:
parent
090ecc2a46
commit
c8ade63332
|
@ -4,7 +4,7 @@ on:
|
|||
workflow_dispatch:
|
||||
|
||||
push:
|
||||
branches: [ master ]
|
||||
branches: [master, experimental]
|
||||
paths-ignore:
|
||||
# Case-sensitive paths to ignore on push events
|
||||
- '.editorconfig'
|
||||
|
@ -35,7 +35,7 @@ on:
|
|||
- '**/AUTHORS'
|
||||
- '**/COPYING'
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
branches: [master, experimental]
|
||||
paths-ignore:
|
||||
# Case-sensitive paths to ignore on pull events
|
||||
- '.editorconfig'
|
||||
|
|
Loading…
Reference in New Issue