Skip to content

Commit

Permalink
Add manual dispatch of GitHub Actions Workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
mcaskill committed Feb 16, 2023
1 parent 0fd208c commit d747c70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ name: "Lint"
#

on:
workflow_dispatch:
push:
paths-ignore:
- 'docs/**'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ name: "Test"
#

on:
workflow_dispatch:
push:
paths-ignore:
- 'docs/**'
Expand Down

0 comments on commit d747c70

Please sign in to comment.