Skip to content

Commit

Permalink
gh action - remove paths-ignore
Browse files Browse the repository at this point in the history
Certain GH checks are required in order to merge a PR.
If you modify a `.md` file then the checks are not triggered
and you cannot merge.
  • Loading branch information
andrewkroh committed Mar 19, 2024
1 parent 688b151 commit 5f7efe0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,7 @@ on:
push:
branches:
- main
paths-ignore:
- '**.md'
- '**.asciidoc'
pull_request:
paths-ignore:
- '**.md'
- '**.asciidoc'

permissions:
contents: read
Expand Down

0 comments on commit 5f7efe0

Please sign in to comment.