1
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:
Reece Dunham 2024-08-05 10:24:12 -04:00 committed by GitHub
parent 3f519fb2c3
commit 5bb0992989
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,10 +2,10 @@ name: Patcher
on:
push:
branches: [ "v*" ]
branches: [ "v*", "master" ]
paths: [ "patcher/**/*" ]
pull_request:
branches: [ "v*" ]
branches: [ "v*", "master" ]
paths: [ "patcher/**/*" ]
jobs: