Skip to content

Commit 486ba8b

Browse files
authored
Merge pull request #80 from cuedo/79-workflows-not-triggering
Modified workflows so that they now can be triggered
2 parents e10f0e9 + f11bce0 commit 486ba8b

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

.github/workflows/scan-code.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
on:
22
push:
3+
workflow_dispatch
34
schedule:
45
- cron: "0 ? * * 1"
56

.github/workflows/test-macos-latest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
on:
22
push:
3+
workflow_dispatch
34
schedule:
45
- cron: "0 ? * * 1"
56

.github/workflows/test-ubuntu-latest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
on:
22
push:
3+
workflow_dispatch
34
schedule:
45
- cron: "0 ? * * 1"
56

.github/workflows/test-windows-latest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
on:
22
push:
3+
workflow_dispatch
34
schedule:
45
- cron: "0 ? * * 1"
56

0 commit comments

Comments
 (0)