Skip to content

Commit

Permalink
Ignore markdown files in build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Aemiii91 committed Nov 19, 2024
1 parent 436f082 commit ea58897
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@ on:
push:
branches:
- main
paths-ignore:
- '**/*.md'
pull_request:
branches:
- main
paths-ignore:
- '**/*.md'

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

0 comments on commit ea58897

Please sign in to comment.