We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29630ed commit 7b1ceefCopy full SHA for 7b1ceef
1 file changed
.github/workflows/deploy.yml
@@ -74,7 +74,7 @@ jobs:
74
with:
75
filters: |
76
ngnix:
77
- - '**/*
+ - '**/*'
78
- name: Deploy Nginx
79
if: ${{ steps.filter.outputs.ngnix }} == 'true'
80
run: |
0 commit comments