Skip to content

Commit 720c3dd

Browse files
authored
Fixed branches
1 parent f187faa commit 720c3dd

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/cmake.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: CMake
22

33
on:
44
push:
5-
branches: [master, develop]
5+
branches:
6+
- master
7+
- develop
68
paths-ignore:
79
- 'doc/**'
810
- '!doc/CMakeLists.txt'
@@ -11,7 +13,9 @@ on:
1113
- 'Version3/**'
1214
- 'README.md'
1315
pull_request:
14-
branches: [master, develop]
16+
branches:
17+
- master
18+
- develop
1519
paths-ignore:
1620
- 'doc/**'
1721
- '!doc/CMakeLists.txt'

0 commit comments

Comments
 (0)