Skip to content

Commit 21005c4

Browse files
committed
fix remove paths ignore
1 parent e4f6207 commit 21005c4

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,12 @@ on:
66
paths:
77
- 'timeless-api/**'
88
- 'whatsapp/**'
9-
paths-ignore:
109
- 'infrastructure/**'
1110
pull_request:
1211
branches: [ "main" ]
1312
paths:
1413
- 'timeless-api/**'
1514
- 'whatsapp/**'
16-
paths-ignore:
1715
- 'infrastructure/**'
1816

1917
permissions:

.github/workflows/pull_request.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
paths:
77
- 'timeless-api/**'
88
- 'whatsapp/**'
9-
paths-ignore:
109
- 'infrastructure/**'
1110

1211
permissions:

0 commit comments

Comments
 (0)