mirror of
https://github.com/danog/psalm.git
synced 2025-01-22 05:41:20 +01:00
Always build Phar on release events (#5982)
Refs vimeo/psalm#5968, vimeo/psalm#5703 and many others
This commit is contained in:
parent
686ae596e3
commit
1128687621
1
.github/workflows/build-phar.yml
vendored
1
.github/workflows/build-phar.yml
vendored
@ -19,6 +19,7 @@ jobs:
|
||||
with:
|
||||
concurrent_skipping: always
|
||||
cancel_others: true
|
||||
do_not_skip: '["release"]'
|
||||
# list files that may affect or are included into the built phar
|
||||
paths: '["bin/**", "assets/**", "build/**", "dictionaries/**", "src/**", "stubs/**", "psalm", "psalm-language-server", "psalm-plugin", "psalm-refactor", "psalter", "box.json.dist", "composer.json", "config.xsd", "keys.asc.gpg", "scoper.inc.php"]'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user