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 b9b9ffe commit 15aa3a5Copy full SHA for 15aa3a5
.github/workflows/release.yml
@@ -2,9 +2,8 @@ name: release
2
3
on:
4
push:
5
- branches:
6
- - umbynos/*
7
- - zmoog/notarize
+ tags:
+ - "[0-9]+.[0-9]+.[0-9]+*"
8
9
jobs:
10
# The build job is responsible for: configuring the environment, testing and compiling process
0 commit comments