Skip to content

Commit ef9f09d

Browse files
committed
added workflow_dispatch to force running on non-main branches
1 parent 303d0b2 commit ef9f09d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: lint
22

33
on:
4+
workflow_dispatch: # Manual trigger from GitHub UI
45
push:
56
branches: [main]
67
paths:

.github/workflows/swift.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: build_test
22

33
on:
4+
workflow_dispatch: # Manual trigger from GitHub UI
45
push:
56
branches: [ main ]
67
pull_request:

0 commit comments

Comments
 (0)