Skip to content

Commit ae5ae7a

Browse files
updating paths to ignore
1 parent 98f845a commit ae5ae7a

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/coverage.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Coverage Report
33
on:
44
pull_request:
55
types: [opened, reopened, synchronize]
6+
paths-ignore:
7+
- 'card_data/**'
68

79
jobs:
810
tests:

.github/workflows/go_lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Lint
33
on:
44
pull_request:
55
types: [opened, reopened, synchronize]
6+
paths-ignore:
7+
- 'card_data/**'
68

79
permissions:
810
contents: read

.github/workflows/go_test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Test
33
on:
44
pull_request:
55
types: [opened, reopened, synchronize]
6+
paths-ignore:
7+
- 'card_data/**'
68

79
jobs:
810
tests:

0 commit comments

Comments
 (0)