Skip to content

Commit

Permalink
ci: ignore non-update changes
Browse files Browse the repository at this point in the history
  • Loading branch information
acid-chicken committed May 22, 2024
1 parent 34d95f9 commit cb736d6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ on:
push:
branches:
- master
paths-ignore:
- '.github/**'
- '.editorconfig'
- '.gitignore'
- '**/*.md'

jobs:
docker-hariko:
Expand Down

0 comments on commit cb736d6

Please sign in to comment.