Skip to content

Commit

Permalink
fix(ci/cd): ignore pattern
Browse files Browse the repository at this point in the history
WEB-4112
  • Loading branch information
remdub committed Aug 8, 2024
1 parent ac2c56c commit 342739f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ jobs:
dir_names_exclude_current_dir: 'true'
dir_names_max_depth: '1'
files_ignore: |
'.github'
'[template]'
'template'
'base'
'basev2'
.github/**
[template]/**
template/**
base/**
basev2/**
- name: Set output
id: set-output
run: |
Expand Down

0 comments on commit 342739f

Please sign in to comment.