Skip to content

Commit

Permalink
Add workflow_dispatch to workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
4ment committed Nov 28, 2024
1 parent dee620d commit dd904f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- master

workflow_dispatch:
jobs:
publish:
name: Publish
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
branches: [ master ]
pull_request:
branches: [ master ]

workflow_dispatch:
jobs:
build:

Expand Down

0 comments on commit dd904f7

Please sign in to comment.