Skip to content

Commit b03b91b

Browse files
committed
Update ci config files
1 parent a2650fd commit b03b91b

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

.github/workflows/build.yml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
name: build
22

3-
on: [push,pull_request]
3+
on:
4+
push:
5+
branches: dev
6+
paths-ignore:
7+
- '**.md'
8+
- '**/*.md.in'
9+
- 'docs/**'
10+
- '.github/workflows/docs.yml'
11+
- '.github/workflows/codeql.yml'
12+
pull_request:
13+
types: [opened, synchronize, reopened, ready_for_review]
14+
paths-ignore:
15+
- '**.md'
16+
- '**/*.md.in'
17+
- 'docs/**'
418

519
env:
620
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)

0 commit comments

Comments
 (0)