Skip to content

Commit 71e3b1d

Browse files
committed
Make CI run on main and develop
1 parent 35cab81 commit 71e3b1d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: build
33
on:
44
push:
55
branches:
6-
- 'integer_stuff'
6+
- 'main'
7+
- 'develop'
78
paths-ignore:
89
- 'docs/**'
910
- 'papers/**'

0 commit comments

Comments
 (0)