Skip to content

Commit

Permalink
CI: Enable workflow_dispatch event in check and docs workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Jun 26, 2024
1 parent c3dbf3c commit bbebb61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
push:
branches: [main]
pull_request:
workflow_dispatch:

jobs:
check:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ on:
- 'HinetPy/*.py'
- 'docs/**'
- 'README.rst'
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit bbebb61

Please sign in to comment.