Skip to content

Commit

Permalink
Better triggers for actions on release creation
Browse files Browse the repository at this point in the history
  • Loading branch information
mosteo committed Oct 17, 2023
1 parent f0c35f0 commit 398f98c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ on:
- '**.rst'
- '**.txt'
release:
types: [created]
types: [published]
workflow_dispatch:

env:
alire_index: ""
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ci-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ on:
- '**.rst'
- '**.txt'
release:
types: [created]
types: [published]
workflow_dispatch:

jobs:

Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/ci-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ on:
- '**.rst'
- '**.txt'
release:
types: [created]
types: [published]
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
3 changes: 2 additions & 1 deletion .github/workflows/tarball-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Full sources

on:
release:
types: [created]
types: [published]
workflow_dispatch:

jobs:

Expand Down

0 comments on commit 398f98c

Please sign in to comment.