Skip to content

Commit 0cd7b22

Browse files
Allow manual job starts
1 parent 86809bf commit 0cd7b22

File tree

3 files changed

+5
-65
lines changed

3 files changed

+5
-65
lines changed

.github/workflows/linux.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
push:
55
branches:
66
- main
7+
pull_request:
8+
branches:
9+
- main
10+
workflow_dispatch: # allow manual workflow starts
711

812
jobs:
913
build:

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
pull_request:
88
branches:
99
- main
10-
workflow_dispatch:
10+
workflow_dispatch: # allow manual workflow starts
1111

1212
jobs:
1313
build:

.github/workflows/main.yml

Lines changed: 0 additions & 64 deletions
This file was deleted.

0 commit comments

Comments
 (0)