mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 17:19:50 +00:00
[skip ci] Don't generate clickables for PRs
This commit is contained in:
parent
c3eaddd9ca
commit
2d2f86114c
6
.github/workflows/dev-clickable-builds.yml
vendored
6
.github/workflows/dev-clickable-builds.yml
vendored
|
@ -2,12 +2,6 @@ name: "dev-clickable-builds"
|
|||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
paths-ignore:
|
||||
- "Translations/*"
|
||||
- "installer/*.pot"
|
||||
- "installer/po/*"
|
||||
|
||||
env:
|
||||
GODOT_VERSION: 3.4.2
|
||||
|
|
Loading…
Reference in a new issue