Skip to content

Commit

Permalink
Ignore changes to diagrams and readmes for CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
CalPinSW committed May 31, 2024
1 parent a7882e4 commit d085f61
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci-pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Continuous Integration
on: [push, pull_request]
on:
push:
paths-ignore: ["diagrams/*", "*README.md"]
pull_request:
paths-ignore: ["diagrams/*", "*README.md"]

jobs:
build:
Expand Down

0 comments on commit d085f61

Please sign in to comment.