Skip to content

Commit

Permalink
Expanding path ignores because it seems to still trigger on changing …
Browse files Browse the repository at this point in the history
…the CHANGELOG
  • Loading branch information
benc-db committed Sep 8, 2023
1 parent 4e77d3c commit f08ad2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
paths-ignore:
- "**.MD"
- "**.md"
jobs:
run-tox-tests-uc-cluster:
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@ on:
- "releases/*"
paths-ignore:
- "**.MD"
- "**.md"
pull_request:
paths-ignore:
- "**.MD"
- "**.md"
workflow_dispatch:

permissions: read-all
Expand Down

0 comments on commit f08ad2d

Please sign in to comment.