Skip to content

Commit

Permalink
Fix: Corrected paths in GitHub workflow definitions.
Browse files Browse the repository at this point in the history
  • Loading branch information
buddemat committed Mar 1, 2024
1 parent 01191d4 commit 2ecf5d4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ on:
push:
branches: [ "main" ]
paths-ignore:
- '/.github/workflows/pylint.yml'
- '/.github/workflows/release.yml'
- '.github/workflows/pylint.yml'
- '.github/workflows/release.yml'
- 'docs/**'
- 'README.md'
pull_request:
branches: [ "main" ]
paths-ignore:
- '/.github/workflows/pylint.yml'
- '/.github/workflows/release.yml'
- '.github/workflows/pylint.yml'
- '.github/workflows/release.yml'
- 'docs/**'
- 'README.md'

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ on:
push:
branches: [ "main" ]
paths-ignore:
- '/.github/workflows/ci.yml'
- '/.github/workflows/release.yml'
- '.github/workflows/ci.yml'
- '.github/workflows/release.yml'
- 'docs/**'
- 'README.md'
pull_request:
branches: [ "main" ]
paths-ignore:
- '/.github/workflows/ci.yml'
- '/.github/workflows/release.yml'
- '.github/workflows/ci.yml'
- '.github/workflows/release.yml'
- 'docs/**'
- 'README.md'

Expand Down

0 comments on commit 2ecf5d4

Please sign in to comment.