Skip to content

Commit

Permalink
chore: Ignore markdown files in push and pull_request to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hayschan committed May 25, 2024
1 parent 5c2ee41 commit c2f5fe6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@ on:
push:
branches:
- 'main'
paths-ignore:
- '**/*.md'
pull_request:
types: [opened, reopened, synchronize]
paths-ignore:
- '**/*.md'

jobs:
build:
Expand Down

0 comments on commit c2f5fe6

Please sign in to comment.