Skip to content

Commit ef7e7a1

Browse files
committed
conditional github actions
1 parent 131b292 commit ef7e7a1

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/ci.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Build/Test
22

3-
on: [push]
3+
on:
4+
push:
5+
paths-ignore:
6+
- 'doc/**'
47

58
jobs:
69
build:

.github/workflows/doc.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Build Doc
22

3-
on: [push]
3+
on:
4+
push:
5+
paths:
6+
- 'doc/**'
47

58
jobs:
69
build:

0 commit comments

Comments
 (0)