We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7346661 commit d6c0522Copy full SHA for d6c0522
.github/workflows/ci.yml
@@ -13,6 +13,8 @@ env:
13
14
jobs:
15
build:
16
+
17
+ if: github.event_name != 'push' || !startsWith(github.ref, 'refs/tags/v')
18
name: Build and Test
19
20
runs-on: ubuntu-latest
0 commit comments