Skip to content

Commit

Permalink
enabled workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
A. Schulze committed Feb 10, 2024
1 parent c211063 commit c0d0218
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/markdownlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: markdownlint
on:
push:
pull_request:
workflow_dispatch:
schedule:
- cron: '2 2 1 * *'
jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: shellcheck
on:
push:
pull_request:
workflow_dispatch:
schedule:
- cron: '4 4 1 * *'
jobs:
Expand Down

0 comments on commit c0d0218

Please sign in to comment.