Skip to content

Commit 388a3c0

Browse files
committed
feat: Update GitHub workflow configuration
1 parent 5f049b4 commit 388a3c0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/flow.yml

-2
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,9 @@ on:
1010

1111
jobs:
1212
backend:
13-
if: ${{ steps.filter.outputs.matched }}
1413
uses: ./.github/workflows/backend.yml
1514
secrets: inherit
1615
frontend:
17-
if: ${{ steps.filter-frontend.outputs.matched }}
1816
uses: ./.github/workflows/frontend.yml
1917
secrets: inherit
2018
deployment:

0 commit comments

Comments
 (0)