Skip to content

Commit 6f4f41a

Browse files
committed
enable workflows on feature/compositor-ng
1 parent 7fb66da commit 6f4f41a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cmake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: CMake
22

33
on:
44
push:
5-
branches: [ master, feature/gh-actions ]
5+
branches: [ master, feature/gh-actions, feature/compositor-ng ]
66
pull_request:
7-
branches: [ master, feature/gh-actions ]
7+
branches: [ master, feature/gh-actions, feature/compositor-ng ]
88
workflow_dispatch:
99

1010
env:

0 commit comments

Comments
 (0)