Skip to content

Commit

Permalink
ci(pr): ignore path_ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
EdenEast committed Jun 13, 2023
1 parent bf5f651 commit 223b9ff
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: Pull Request
on:
pull_request:
paths-ignore:
- "**.md"
- "**.org"
- "**.norg"
- "bin/**"
- "docs/**"
# paths-ignore:
# - "**.md"
# - "**.adoc"
# - "**.org"
# - "**.norg"
# - "bin/**"
# - "docs/**"

jobs:
build:
Expand Down

0 comments on commit 223b9ff

Please sign in to comment.