mirror of
https://github.com/hathach/tinyusb.git
synced 2025-03-23 13:20:54 +00:00
add workflow_dispatch for manual trigger
This commit is contained in:
parent
7a3d7a7c23
commit
625c27ca58
1
.github/workflows/cmake_arm.yml
vendored
1
.github/workflows/cmake_arm.yml
vendored
@ -1,6 +1,7 @@
|
|||||||
name: CMake ARM
|
name: CMake ARM
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- 'src/**'
|
- 'src/**'
|
||||||
|
1
.github/workflows/pre-commit.yml
vendored
1
.github/workflows/pre-commit.yml
vendored
@ -1,6 +1,7 @@
|
|||||||
name: pre-commit
|
name: pre-commit
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
|
1
.github/workflows/trigger.yml
vendored
1
.github/workflows/trigger.yml
vendored
@ -1,6 +1,7 @@
|
|||||||
name: Trigger Repos
|
name: Trigger Repos
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
branches: master
|
branches: master
|
||||||
release:
|
release:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user