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 50d8730 commit 9abc521Copy full SHA for 9abc521
.github/workflows/tests.yml
@@ -146,7 +146,7 @@ jobs:
146
- static
147
- upgrade
148
- test
149
- if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/branch-2')
+ if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/branch-2') || startsWith(github.ref, 'refs/tags/v2')
150
steps:
151
- name: Checkout
152
uses: actions/checkout@v4
0 commit comments