Skip to content

Commit

Permalink
allow manually triggering workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ZerNico committed May 31, 2023
1 parent 61cc6d9 commit 6fcefcf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- 'apps/api/**'
release:
types: [published]
workflow_dispatch:

jobs:
api_to_registry:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release-tauri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- main
paths:
- 'apps/tauri/**'
workflow_dispatch:

jobs:
publish-tauri:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- 'apps/web/**'
release:
types: [published]
workflow_dispatch:

jobs:
web_to_registry:
Expand Down

0 comments on commit 6fcefcf

Please sign in to comment.