Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
feeohnah authored Nov 29, 2023
1 parent cf0de5f commit 721234f
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@ jobs:
username: [email protected]
password: ${{ secrets.FTP_PASSWORD }}
exclude: |
wp-content/plugins/
wp-content/uploads/
wp-content/wp-includes/
wp-content/wpflogs/
wp-admin
.htaccess
- wp-content/plugins/*
- wp-content/uploads/*
- wp-content/wp-includes/*
- wp-content/wpflogs/*
- wp-admin/**
- node_modules/**
- node_modules/**/*
- .htaccess

0 comments on commit 721234f

Please sign in to comment.