Skip to content

Commit

Permalink
ci(ci): Add files ignored by CI (#1361)
Browse files Browse the repository at this point in the history
Add` 'licenses/**', 'NOTICE', 'DISCLAIMER'` to the files ignored by CI.
When these files are modified, CI will not be triggered.

Signed-off-by: LiangliangSui <[email protected]>
  • Loading branch information
LiangliangSui authored Feb 2, 2024
1 parent ba37400 commit 5dc82b7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ on:
- 'LICENSE'
- '.vscode/**'
- '.gitignore'
- 'licenses/**'
- 'DISCLAIMER'
- 'NOTICE'
types: ['opened', 'reopened', 'synchronize']

jobs:
Expand Down

0 comments on commit 5dc82b7

Please sign in to comment.