Skip to content

Commit 2eec798

Browse files
authored
Always run pipeline (#229)
This removes the `path-ignore`s that would block a PR containing only docs
1 parent b6760f1 commit 2eec798

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,13 @@ on:
77
- release-*
88
tags:
99
- 'v[0-9]+.[0-9]+.[0-9]+*'
10-
paths-ignore:
11-
- '**.md'
1210
pull_request:
1311
branches:
1412
- main
1513
types:
1614
- opened
1715
- reopened
1816
- synchronize
19-
paths-ignore:
20-
- '**.md'
2117

2218
defaults:
2319
run:

.github/workflows/lint.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,9 @@ on:
44
push:
55
branches:
66
- main
7-
paths-ignore:
8-
- '**.md'
97
pull_request:
108
branches:
119
- main
12-
paths-ignore:
13-
- '**.md'
1410
types:
1511
- opened
1612
- reopened

0 commit comments

Comments
 (0)