Skip to content

Commit

Permalink
test release
Browse files Browse the repository at this point in the history
  • Loading branch information
sgarnotel committed Dec 13, 2023
1 parent c0e2d95 commit 3441e51
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release-deb.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Debian Release
on:
workflow_run:
workflows: ['Release']
types:
- completed
workflow_dispatch
# workflow_run:
# workflows: ['Release']
# types:
# - completed

jobs:
debian:
Expand Down
9 changes: 5 additions & 4 deletions .github/workflows/release-exe.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Windows Release
on:
workflow_run:
workflows: ['Release']
types:
- completed
workflow_dispatch
# workflow_run:
# workflows: ['Release']
# types:
# - completed

jobs:
debian:
Expand Down

0 comments on commit 3441e51

Please sign in to comment.