We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b960be commit 72835a2Copy full SHA for 72835a2
1 file changed
.github/workflows/deploy.yml
@@ -1,6 +1,11 @@
1
name: Publish to GitHub Packages
2
3
-on: [ push, pull_request ]
+on:
4
+ push:
5
+ # Sequence of patterns matched against refs/tags
6
+ tags:
7
+ - '*' # Push events to matching *, i.e. 1.0, 20.15.10
8
+
9
10
jobs:
11
build-job:
0 commit comments