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 bcc37d5 commit 502d500Copy full SHA for 502d500
.github/workflows/publish.yml
@@ -2,8 +2,10 @@ name: Publish Package
2
3
on:
4
push:
5
+ branches:
6
+ - main # Triggers on pushes to the main branch
7
tags:
- - 'v*.*.*' # Triggers the workflow when a tag starting with 'v' is pushed (e.g., v1.0.0)
8
+ - 'v*.*.*' # Triggers on tag pushes matching the pattern
9
10
jobs:
11
build-and-publish:
0 commit comments