We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c9d6e7 commit 8838ea5Copy full SHA for 8838ea5
.github/workflows/laravel-11.yml
@@ -13,6 +13,7 @@ on:
13
14
jobs:
15
test:
16
+ if: ${{ ! startsWith(github.ref, 'refs/tags/') }}
17
name: Test
18
runs-on: ubuntu-latest
19
container:
0 commit comments