Skip to content

Commit

Permalink
[ci] Remove paths-ignore for pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
cupertank committed Jul 23, 2024
1 parent 2e6aacd commit 3bf10d0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 18 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@ on:
- '.editorconfig'
- 'LICENSE.txt'
pull_request:
paths-ignore:
- 'README.md'
- 'ci/**'
- 'docs-generator/**'
- '.editorconfig'
- 'LICENSE.txt'

jobs:
Build:
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/Heavy Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@ on:
- '.editorconfig'
- 'LICENSE.txt'
pull_request:
paths-ignore:
- 'README.md'
- 'ci/**'
- 'docs-generator/**'
- '.editorconfig'
- 'LICENSE.txt'

jobs:
JVM:
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@ on:
- '.editorconfig'
- 'LICENSE.txt'
pull_request:
paths-ignore:
- 'README.md'
- 'ci/**'
- 'docs-generator/**'
- '.editorconfig'
- 'LICENSE.txt'

jobs:
JVM:
Expand Down

0 comments on commit 3bf10d0

Please sign in to comment.