Skip to content

Commit

Permalink
Allow manual triggering of workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
yugr committed Dec 30, 2024
1 parent a7a9550 commit 2601f1e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/bsd.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: BSD
on:
workflow_dispatch:
schedule:
# Run on Mondays
- cron: '0 5 * * MON'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: CI
on:
workflow_dispatch:
push:
paths-ignore:
- 'LICENSE.txt'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Coverity
on:
workflow_dispatch:
schedule:
# Run on Mondays
- cron: '0 5 * * MON'
Expand Down

0 comments on commit 2601f1e

Please sign in to comment.