Skip to content

Commit

Permalink
add workflow_dispatch:
Browse files Browse the repository at this point in the history
  • Loading branch information
neil committed Nov 20, 2023
1 parent 809daf0 commit 36416d2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/FreeBSD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: FreeBSD
on:
schedule:
- cron: '10 9 * * *'
workflow_dispatch:
push:
branches:
- '*'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Linux
on:
schedule:
- cron: '10 9 * * *'
workflow_dispatch:
push:
branches:
- '*'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/MacOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: MacOS
on:
schedule:
- cron: '10 9 * * *'
workflow_dispatch:
push:
branches:
- '*'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/Windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Windows
on:
schedule:
- cron: '10 9 * * *'
workflow_dispatch:
push:
branches:
- '*'
Expand Down

0 comments on commit 36416d2

Please sign in to comment.