Skip to content

Commit 071456d

Browse files
committed
Added CI for pushes and PRs to 'develop' branch
1 parent c5ae908 commit 071456d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ name: CMake on multiple platforms
44

55
on:
66
push:
7-
branches: [ "master" ]
7+
branches: [ "master", "develop" ]
88
pull_request:
9-
branches: [ "master" ]
9+
branches: [ "master", "develop" ]
1010

1111
jobs:
1212
build:

0 commit comments

Comments
 (0)