Skip to content

Commit f231a66

Browse files
authored
Update check-pr.yml to run on all PRs (#244)
1 parent 694f556 commit f231a66

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/check-pr.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
1-
# This workflow runs pre-commit hooks on the files in the PR only.
1+
# This workflow runs the pre-commit hooks on all files and confirms the docs can be built.
22
#
33
# Author: Stefanie Molin
44

55
name: Check PR
66

77
on:
88
pull_request:
9-
paths:
10-
- 'docs/**'
11-
- 'src/**'
12-
- 'tests/**'
139

1410
concurrency:
1511
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}

0 commit comments

Comments
 (0)