Skip to content

Commit

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

Please sign in to comment.