Skip to content

Commit

Permalink
fix(ci.yml): fix paths-ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
wd-David committed Jun 23, 2022
1 parent 2b6d1e3 commit 1b16912
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:
push:
branches: [main]
paths-ignore:
- *.md
- '*.md'
pull_request:
branches: [main]
paths-ignore:
- *.md
- '*.md'

jobs:
ci:
Expand Down

0 comments on commit 1b16912

Please sign in to comment.