Skip to content

Commit

Permalink
Add workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
slvrtrn committed Oct 22, 2024
1 parent df8dd76 commit 6ef2286
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/Linux.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Build and Test - Linux

on:
workflow_dispatch:
schedule:
- cron: '0 0 * * 1'
push:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/Windows.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Build and Test - Windows

on:
workflow_dispatch:
schedule:
- cron: '0 0 * * 1'
push:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/macOS.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Build and Test - macOS

on:
workflow_dispatch:
schedule:
- cron: '0 0 * * 1'
push:
Expand Down

0 comments on commit 6ef2286

Please sign in to comment.