Skip to content

Commit 15aa3a5

Browse files
committed
add proper trigger event
1 parent b9b9ffe commit 15aa3a5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ name: release
22

33
on:
44
push:
5-
branches:
6-
- umbynos/*
7-
- zmoog/notarize
5+
tags:
6+
- "[0-9]+.[0-9]+.[0-9]+*"
87

98
jobs:
109
# The build job is responsible for: configuring the environment, testing and compiling process

0 commit comments

Comments
 (0)