Skip to content

Commit 865d353

Browse files
committed
refactor: 只在develop分支触发GitHub Actions
1 parent 75530d8 commit 865d353

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cmake-single-platform.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Build documentation and pack
22
on:
33
workflow_dispatch:
44
push:
5-
branches: [ develop, CMSIS-Pack ]
5+
branches: [ develop ]
66
pull_request:
7-
branches: [ develop, CMSIS-Pack ]
7+
branches: [ develop ]
88
release:
99
types: [published]
1010
jobs:

0 commit comments

Comments
 (0)