Skip to content

Commit

Permalink
Enable all release workflows to be run manually
Browse files Browse the repository at this point in the history
  • Loading branch information
mosteo committed Oct 17, 2023
1 parent 7af0b8b commit b08d3c2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- '**.txt'
release:
types: [created]
workflow_dispatch:

env:
alire_index: ""
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- '**.txt'
release:
types: [created]
workflow_dispatch:

jobs:

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ci-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- '**.txt'
release:
types: [created]
workflow_dispatch:

env:
ALIRE_OS: "windows"
Expand Down Expand Up @@ -68,7 +69,7 @@ jobs:
- name: Add msys2 /usr/bin to the path (for zip)
run: echo 'C:\Users\runneradmin\.cache\alire\msys64\usr\bin' >> $GITHUB_PATH
shell: bash

- name: Run installer build script
run: bash make-alire-installer
shell: bash
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tarball-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Full sources
on:
release:
types: [created]
workflow_dispatch:

jobs:

Expand Down

0 comments on commit b08d3c2

Please sign in to comment.