Skip to content

Commit

Permalink
ci: make more workflows executable from the UI
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishb committed Aug 31, 2024
1 parent 653d468 commit 9963396
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-markdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
name: Lint Markdown

on: # yamllint disable-line rule:truthy
workflow_dispatch:
push:
branches: [main, master]
paths:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint-yaml.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
name: Lint YAML

on: # yamllint disable-line rule:truthy
workflow_dispatch:
push:
branches: [main, master]
paths:
Expand Down

0 comments on commit 9963396

Please sign in to comment.