Skip to content

Commit 5a58f26

Browse files
committed
Trying to solve distributable dispatch.
1 parent 7fed570 commit 5a58f26

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/distributable-dispatch.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
windows-distributable:
1616
name: Windows Distributable Dispatch
1717
runs-on: ubuntu-latest
18+
if: startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/master'
1819
steps:
1920
- name: Windows Workflow Dispatch
2021
uses: convictional/[email protected]
@@ -30,6 +31,7 @@ jobs:
3031
macos-distributable:
3132
name: MacOS Distributable Dispatch
3233
runs-on: ubuntu-latest
34+
if: startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/master'
3335
steps:
3436
- name: Homebrew Workflow Dispatch
3537
uses: convictional/[email protected]
@@ -55,6 +57,7 @@ jobs:
5557
linux-distributable:
5658
name: Linux Distributable Dispatch
5759
runs-on: ubuntu-latest
60+
if: startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/master'
5861
steps:
5962
- name: Linux Workflow Dispatch
6063
uses: convictional/[email protected]

0 commit comments

Comments
 (0)