Skip to content

Commit

Permalink
Add workflow_dispatch triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
marcransome committed Feb 18, 2023
1 parent e47b2d7 commit db4fe92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/markdown-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
- published
schedule:
- cron: "0 18 * * 1"
workflow_dispatch:
jobs:
markdown-links:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
release:
types:
- published
workflow_dispatch:
jobs:
syntax:
runs-on: ubuntu-latest
Expand Down

0 comments on commit db4fe92

Please sign in to comment.