Skip to content

Commit 625c27c

Browse files
committed
add workflow_dispatch for manual trigger
1 parent 7a3d7a7 commit 625c27c

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/cmake_arm.yml

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

33
on:
4+
workflow_dispatch:
45
push:
56
paths:
67
- 'src/**'

.github/workflows/pre-commit.yml

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

33
on:
4+
workflow_dispatch:
45
push:
56
pull_request:
67
branches: [ master ]

.github/workflows/trigger.yml

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

33
on:
4+
workflow_dispatch:
45
push:
56
branches: master
67
release:

0 commit comments

Comments
 (0)