Skip to content

Commit 958e351

Browse files
authored
Remove composer root version check for tags (#612)
1 parent 7106c5e commit 958e351

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
root-version:
1212
runs-on: ubuntu-latest
1313
name: Check COMPOSER_ROOT_VERSION value
14+
if: github.event_name != 'release' && github.event.action != 'created'
1415
strategy:
1516
fail-fast: false
1617
matrix:

0 commit comments

Comments
 (0)