We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7106c5e commit 958e351Copy full SHA for 958e351
.github/workflows/tests.yaml
@@ -11,6 +11,7 @@ jobs:
11
root-version:
12
runs-on: ubuntu-latest
13
name: Check COMPOSER_ROOT_VERSION value
14
+ if: github.event_name != 'release' && github.event.action != 'created'
15
strategy:
16
fail-fast: false
17
matrix:
0 commit comments