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 6f2c7a8 commit 7b7f52fCopy full SHA for 7b7f52f
.github/workflows/build-and-test.yml
@@ -4,6 +4,8 @@ on:
4
push:
5
branches:
6
- main
7
+ tags:
8
+ - v*
9
env:
10
# Shared variables
11
CI_TASK_DIR: ${{ github.workspace }}
0 commit comments