mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-24 06:24:22 +00:00
chore(ci): changed-files should compare to remote
This commit is contained in:
parent
4bacf2fff1
commit
d5397d4ea4
4
.github/workflows/mediawiki.yml
vendored
4
.github/workflows/mediawiki.yml
vendored
|
@ -42,6 +42,7 @@ jobs:
|
|||
id: changed-php
|
||||
uses: tj-actions/changed-files@v19
|
||||
with:
|
||||
since_last_remote_commit: "true"
|
||||
files: |
|
||||
includes/**/*.php
|
||||
|
||||
|
@ -49,6 +50,7 @@ jobs:
|
|||
id: changed-script
|
||||
uses: tj-actions/changed-files@v19
|
||||
with:
|
||||
since_last_remote_commit: "true"
|
||||
files: |
|
||||
resources/**/*.js
|
||||
|
||||
|
@ -56,6 +58,7 @@ jobs:
|
|||
id: changed-stylesheet
|
||||
uses: tj-actions/changed-files@v19
|
||||
with:
|
||||
since_last_remote_commit: "true"
|
||||
files: |
|
||||
resources/**/*.css
|
||||
resources/**/*.less
|
||||
|
@ -66,6 +69,7 @@ jobs:
|
|||
id: changed-i18n
|
||||
uses: tj-actions/changed-files@v19
|
||||
with:
|
||||
since_last_remote_commit: "true"
|
||||
files: |
|
||||
i18n/*.json
|
||||
|
||||
|
|
Loading…
Reference in a new issue