Skip to content

Commit a1d4bad

Browse files
authored
Update compile_bsp_with_drivers.yml
1 parent b3c7f09 commit a1d4bad

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

.github/workflows/compile_bsp_with_drivers.yml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,7 @@ name: BSP compilation with more drivers
1313
# Controls when the action will run. Triggers the workflow on push or pull request
1414
# events but only for the master branch
1515
on:
16-
push:
17-
branches:
18-
- master
19-
paths-ignore:
20-
- documentation/**
21-
- '**/README.md'
22-
- '**/README_zh.md'
23-
pull_request:
24-
branches:
25-
- master
26-
paths-ignore:
27-
- documentation/**
28-
- '**/README.md'
29-
- '**/README_zh.md'
16+
workflow_dispatch: #disable
3017

3118
permissions:
3219
contents: read # to fetch code (actions/checkout)

0 commit comments

Comments
 (0)