Skip to content

Commit

Permalink
Update exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
lszeremeta committed Mar 20, 2023
1 parent e7f069e commit c478c13
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ jobs:
steps:
- name: Get latest code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Wait for concurrent jobs
uses: softprops/turnstyle@v1
env:
Expand All @@ -66,9 +64,10 @@ jobs:
server: ${{ secrets.FTP_SERVER }}
username: ${{ secrets.FTP_USERNAME_BETA }}
password: ${{ secrets.FTP_PASSWORD_BETA }}
exclude: .git*
- .git*/**
exclude: |
- **/.git*
- **/.git*/**
- **/.github/**
- .dockerignore
- logo/raw-svg
- logo/raw-svg/*
Expand Down

0 comments on commit c478c13

Please sign in to comment.