Skip to content

Commit 47ed704

Browse files
committed
(chore) removed path filter in actions
1 parent a6cdae9 commit 47ed704

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/deploy-backend.yml

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: Deploy backend
33
on:
44
push:
55
branches: [main]
6-
paths: [backend/**]
76

87
jobs:
98
build:

.github/workflows/deploy-docs.yml

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: Deploy docs
33
on:
44
push:
55
branches: [main]
6-
paths: [docs/**]
76

87
jobs:
98
deploy:

0 commit comments

Comments
 (0)