mirror of
https://github.com/thepeacockproject/Peacock
synced 2024-11-22 22:12:45 +01:00
Run patcher workflow when targeting master
This commit is contained in:
parent
3f519fb2c3
commit
5bb0992989
4
.github/workflows/patcher.yml
vendored
4
.github/workflows/patcher.yml
vendored
@ -2,10 +2,10 @@ name: Patcher
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "v*" ]
|
branches: [ "v*", "master" ]
|
||||||
paths: [ "patcher/**/*" ]
|
paths: [ "patcher/**/*" ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "v*" ]
|
branches: [ "v*", "master" ]
|
||||||
paths: [ "patcher/**/*" ]
|
paths: [ "patcher/**/*" ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
Loading…
Reference in New Issue
Block a user