Skip to content

Commit

Permalink
fix(workflow): update paths-ignore in CI configurations to exclude al…
Browse files Browse the repository at this point in the history
…l YAML files
  • Loading branch information
bgrosucisco committed Nov 7, 2024
1 parent b3a57a5 commit 040c92a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci-skip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ on:
- master
paths-ignore:
- .gitignore
- .github/workflows/*.yml
pull_request:
paths-ignore:
- .gitignore

- .github/workflows/*.yml
jobs:
verify:
runs-on: ubuntu-latest
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/markdown-skip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@ on:
- master
paths-ignore:
- "**.md"
- .github/workflows/*.yml
pull_request:
paths-ignore:
- "**.md"
- .github/workflows/*.yml

jobs:
markdown:
Expand Down

0 comments on commit 040c92a

Please sign in to comment.