We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3954949 commit ec946bcCopy full SHA for ec946bc
.github/workflows/ci.yml
@@ -2,15 +2,15 @@ name: Makefile Continuous Integrations
2
3
on:
4
push:
5
- branches: [ master ]
+ branches: [ master, dev-sanitizer ]
6
paths:
7
- '!**'
8
- '**.h'
9
- '**.cc'
10
- Makefile
11
- .github/workflows/ci.yml
12
pull_request:
13
14
15
16
0 commit comments