Skip to content

Commit 8d12770

Browse files
committed
Added DynamicWindow branch to CI tests
1 parent 9985e7c commit 8d12770

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/c-cpp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ name: CI
2222

2323
on:
2424
push:
25-
branches: [ master, dev_major, dev_minor ]
25+
branches: [ master, dev_major, dev_minor, DynamicWindow ]
2626
# paths: [ '**.c', '**.h', '**.m4', '**.sh', '**/Makefile.in', 'configure.ac', '.github/configs', '.github/*.sh', '.github/workflows/c-cpp.yml' ]
2727
pull_request:
28-
branches: [ master, dev_major, dev_minor ]
28+
branches: [ master, dev_major, dev_minor, DynamicWindow ]
2929
# paths: [ '**.c', '**.h', '**.m4', '**.sh', '**/Makefile.in', 'configure.ac', '.github/configs', '.github/*.sh', '.github/workflows/c-cpp.yml' ]
3030

3131
jobs:

0 commit comments

Comments
 (0)