Skip to content

Commit

Permalink
chore: ignore some paths for build
Browse files Browse the repository at this point in the history
  • Loading branch information
khcrysalis committed Dec 11, 2024
1 parent 51e6be5 commit f0d123b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ on:
push:
branches:
- main
paths-ignore:
- '.github/ISSUE_TEMPLATE/**'
- 'README.md'
- 'LICENSE'
- '.gitignore'
- 'app-repo.json'
- 'Images/**'

jobs:
build:
Expand Down

0 comments on commit f0d123b

Please sign in to comment.