Skip to content

Commit ff1ede3

Browse files
authored
Remove json files from paths-ignore list in workflows (#2065)
1 parent 9128811 commit ff1ede3

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

.github/workflows/ci_docs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ on:
1010
paths-ignore:
1111
- 'pygmt/tests/**'
1212
- '*.md'
13-
- '*.json'
1413
- 'LICENSE.txt'
1514
- '.gitignore'
1615
release:

.github/workflows/ci_tests.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ on:
1111
- 'doc/**'
1212
- 'examples/**'
1313
- '*.md'
14-
- '*.json'
1514
- 'README.rst'
1615
- 'LICENSE.txt'
1716
- '.gitignore'

.github/workflows/ci_tests_dev.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ on:
1111
- 'doc/**'
1212
- 'examples/**'
1313
- '*.md'
14-
- '*.json'
1514
- 'README.rst'
1615
- 'LICENSE.txt'
1716
- '.gitignore'

0 commit comments

Comments
 (0)