Skip to content

Commit

Permalink
Trying to solve distributable dispatch.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Aug 22, 2024
1 parent 7fed570 commit 5a58f26
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/distributable-dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
windows-distributable:
name: Windows Distributable Dispatch
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/master'
steps:
- name: Windows Workflow Dispatch
uses: convictional/[email protected]
Expand All @@ -30,6 +31,7 @@ jobs:
macos-distributable:
name: MacOS Distributable Dispatch
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/master'
steps:
- name: Homebrew Workflow Dispatch
uses: convictional/[email protected]
Expand All @@ -55,6 +57,7 @@ jobs:
linux-distributable:
name: Linux Distributable Dispatch
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/master'
steps:
- name: Linux Workflow Dispatch
uses: convictional/[email protected]
Expand Down

0 comments on commit 5a58f26

Please sign in to comment.