Skip to content

Commit 7d05812

Browse files
committed
remove paths-ignore from backend and frontend workflows
1 parent e20784c commit 7d05812

File tree

3 files changed

+0
-11
lines changed

3 files changed

+0
-11
lines changed

.github/workflows/deploy-backend.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ on:
66
- main
77
paths:
88
- "backend/**"
9-
paths-ignore:
10-
- "backend/README.md"
11-
- "backend/docs/**"
12-
- "backend/.gitignore"
139

1410
permissions:
1511
contents: write

.github/workflows/deploy-ui.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ on:
55
- main
66
paths:
77
- "frontend/**"
8-
paths-ignore:
9-
- "frontend/*.md"
10-
- "frontend/.gitignore"
118
workflow_dispatch:
129

1310
permissions:

.github/workflows/test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ on:
55
branches: [ "**" ]
66
paths:
77
- "backend/**"
8-
paths-ignore:
9-
- "backend/README.md"
10-
- "backend/docs/**"
11-
- "backend/.gitignore"
128
workflow_dispatch:
139

1410
jobs:

0 commit comments

Comments
 (0)