Skip to content

Commit

Permalink
Actions - add workflow_dispatch for use in forks
Browse files Browse the repository at this point in the history
  • Loading branch information
MSP-Greg committed Aug 25, 2022
1 parent fef6212 commit 5b1bb60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Linting
on:
- pull_request
- workflow_dispatch
jobs:
yamllint:
name: Yamllint
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
branches:
- master
pull_request:
workflow_dispatch:

jobs:
main:
Expand Down

0 comments on commit 5b1bb60

Please sign in to comment.