Skip to content

Commit

Permalink
path ignore for Build CI
Browse files Browse the repository at this point in the history
Signed-off-by: Jianguo Ma <[email protected]>
  • Loading branch information
majguo committed Aug 8, 2024
1 parent b585445 commit 7f151f8
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,18 @@ on:
branches:
- "main"
paths-ignore:
- '.all-contributorsrc'
- '.gitignore'
- 'CODEOWNERS'
- 'LICENSE'
- '*.md'
- '*.adoc'
- '*.txt'
- '.all-contributorsrc'
- '**/*.md'
- '**/*.txt'
pull_request:
paths-ignore:
- '.all-contributorsrc'
- '.gitignore'
- 'CODEOWNERS'
- 'LICENSE'
- '*.md'
- '*.adoc'
- '*.txt'
- '.all-contributorsrc'
- '**/*.md'
- '**/*.txt'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit 7f151f8

Please sign in to comment.