We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b708b4a commit 00beda3Copy full SHA for 00beda3
.github/workflows/ci.yml
@@ -11,6 +11,7 @@ jobs:
11
build:
12
runs-on: ubuntu-latest
13
environment: production
14
+ if: startsWith(github.ref, 'refs/tags/')
15
steps:
16
- name: Checkout
17
uses: actions/checkout@v4
0 commit comments