Skip to content

Commit 6e3cb39

Browse files
committed
Update workflows
1 parent 8883e35 commit 6e3cb39

File tree

3 files changed

+15
-9
lines changed

3 files changed

+15
-9
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
name: ci
22

33
on:
4-
pull_request:
5-
branches:
6-
- master
74
push:
85
branches:
9-
- master
6+
- 'master'
7+
paths-ignore:
8+
- '**.md'
9+
pull_request:
10+
paths-ignore:
11+
- '**.md'
1012

1113
jobs:
1214
ci:

.github/workflows/master.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ name: master
33
on:
44
push:
55
branches:
6-
- master
6+
- 'master'
7+
paths-ignore:
8+
- '**.md'
79

810
jobs:
911
prune:

.github/workflows/test.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
name: test
22

33
on:
4-
pull_request:
5-
branches:
6-
- master
74
push:
85
branches:
9-
- master
6+
- 'master'
7+
paths-ignore:
8+
- '**.md'
9+
pull_request:
10+
paths-ignore:
11+
- '**.md'
1012

1113
jobs:
1214
test:

0 commit comments

Comments
 (0)