Skip to content

Commit

Permalink
Require for CI checks to always pass (#1286)
Browse files Browse the repository at this point in the history
  • Loading branch information
mapno authored Feb 15, 2022
1 parent fe9a5e9 commit 21cee18
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
name: CI
on:
pull_request:
paths-ignore:
- 'docs/**'
- 'example/**'
- 'tools/**'
# Requiring certain checks for PRs to be merge-able in Github, forces for those checks to be *always* run.
# Even if the changes do not require them (i.e. the paths indicated below). That's why `paths-ignore` is commented out.
#
# paths-ignore:
# - 'docs/**'
# - 'example/**'
# - 'tools/**'
jobs:

lint:
Expand Down

0 comments on commit 21cee18

Please sign in to comment.