Skip to content

Commit

Permalink
Enable workflow_dispatch in all workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
veracioux committed Nov 28, 2023
1 parent 84d256a commit 327407a
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/Linux-pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ on:
- 'README.md'
- 'LICENSE'

workflow_dispatch:

env:
PRODUCT: flameshot
RELEASE: 1
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/MacOS-pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ on:
- 'README.md'
- 'LICENSE'

workflow_dispatch:

env:
PRODUCT: flameshot

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/Windows-pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ on:
- 'README.md'
- 'LICENSE'

workflow_dispatch:

env:
PRODUCT: flameshot

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
paths-ignore:
- 'README.md'
- 'LICENSE'
workflow_dispatch:

env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/clang-format.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: test-clang-format

on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-dev-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- 'src/**'
- 'docs/dev/**'
- '.github/workflows/deploy-dev-docs.yml'
workflow_dispatch:

jobs:
build-and-deploy:
Expand Down

0 comments on commit 327407a

Please sign in to comment.