Skip to content

Commit 72835a2

Browse files
committed
release on tag
1 parent 2b960be commit 72835a2

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: Publish to GitHub Packages
22

3-
on: [ push, pull_request ]
3+
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+
49

510
jobs:
611
build-job:

0 commit comments

Comments
 (0)