Skip to content

Commit

Permalink
chore: ignore english docs when merge main branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
daviderli614 authored Jun 6, 2024
1 parent 7986252 commit 4fad6cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/addDocsToS3BucketAWS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
pull_request_target:
branches: ['main']
types: [closed]
paths:
- "./docs/**/zh/**/*.md"
paths-ignore:
- "./docs/**/en/**"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
Expand Down

0 comments on commit 4fad6cd

Please sign in to comment.