Skip to content

Commit ec946bc

Browse files
author
Maxim Egorushkin
committed
CI for dev-sanitizer.
1 parent 3954949 commit ec946bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ name: Makefile Continuous Integrations
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ master, dev-sanitizer ]
66
paths:
77
- '!**'
88
- '**.h'
99
- '**.cc'
1010
- Makefile
1111
- .github/workflows/ci.yml
1212
pull_request:
13-
branches: [ master ]
13+
branches: [ master, dev-sanitizer ]
1414
paths:
1515
- '!**'
1616
- '**.h'

0 commit comments

Comments
 (0)