Skip to content

Commit

Permalink
chore(ci): added workflow dispatch as triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
philprime committed Apr 25, 2024
1 parent 8167223 commit 0f7f200
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/documentation.yml
Expand Up @@ -3,6 +3,7 @@ name: Documentation
on:
release:
types: [published]
workflow_dispatch:

jobs:
deploy_docs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Expand Up @@ -5,6 +5,7 @@ on:
pull_request:
branches:
- main
workflow_dispatch:

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

0 comments on commit 0f7f200

Please sign in to comment.