We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f27476 commit f0d43c3Copy full SHA for f0d43c3
1 file changed
.github/workflows/build-deploy-zodiac.yml
@@ -37,7 +37,6 @@ jobs:
37
remote_path: "/var/www/html/dev/${{ env.BRANCH_NAME }}/"
38
39
- name: Copy to the server via SCP (fallback)
40
- if: ${{ !(github.repository_owner == 'fangq' && github.event_name != 'pull_request')}}
41
run: |
42
echo "Deploying to /var/www/html/dev/${{ env.BRANCH_NAME }}/"
43
0 commit comments