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 c046f9d commit bd013b2Copy full SHA for bd013b2
.github/workflows/publish.yml
@@ -4,8 +4,8 @@ on:
4
push:
5
branches:
6
- main # Triggers on pushes to the main branch
7
- tags:
8
- - 'v*.*.*' # Triggers on tag pushes matching the pattern
+ #tags:
+ # - 'v*.*.*' # Triggers on tag pushes matching the pattern
9
10
jobs:
11
build-and-publish:
0 commit comments