Skip to content

Commit

Permalink
Use - list syntax for paths-ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
CalPinSW committed May 31, 2024
1 parent 2947926 commit 8d4239c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci-pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
name: Continuous Integration
on:
push:
paths-ignore: ["diagrams/*", "**/README.md"]
paths-ignore:
- "diagrams/*"
- "**/README.md"
pull_request:
paths-ignore: ["diagrams/*", "**/README.md"]
paths-ignore:
- "diagrams/*"
- "**/README.md"

jobs:
build:
Expand Down

0 comments on commit 8d4239c

Please sign in to comment.