Skip to content

Commit ce60971

Browse files
authored
Merge pull request #2406 from FormidableLabs/chore/ci-checks
chore(build): Run checks even for doc-only changes
2 parents 827bbd4 + 528b69c commit ce60971

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/ci.yml

+2-8
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,15 @@
11
name: CI
22

33
# Runs build and test on:
4-
# every push to main that has a change in a file not in the docs folder
5-
# every pull request with main branch as the base that has a change in a file not in the docs folder
4+
# every push to main
5+
# every pull request with main branch as the base
66
on:
77
push:
88
branches:
99
- main
10-
paths:
11-
- '**'
12-
- '!docs/**'
1310
pull_request:
1411
branches:
1512
- main
16-
paths:
17-
- '**'
18-
- '!docs/**'
1913

2014
jobs:
2115
test:

0 commit comments

Comments
 (0)