Skip to content

Commit a58c6ef

Browse files
authored
Merge pull request #22 from raferdev/development
fix(workflow): add missing single quote in the end of filter
2 parents c985b34 + 7b1ceef commit a58c6ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
with:
7575
filters: |
7676
ngnix:
77-
- '**/*
77+
- '**/*'
7878
- name: Deploy Nginx
7979
if: ${{ steps.filter.outputs.ngnix }} == 'true'
8080
run: |

0 commit comments

Comments
 (0)