Skip to content

Commit 4cc0a7c

Browse files
committed
(fix) turn on develop ci
1 parent d746913 commit 4cc0a7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
# based on https://github.com/actions/starter-workflows/blob/main/ci/cmake-single-platform.yml
33
name: Hydra Build and Test
4-
on: {push: {branches: [main]}, pull_request: {}}
4+
on: {push: {branches: [main, develop]}, pull_request: {}}
55
jobs:
66
lint:
77
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)