Skip to content

Commit

Permalink
feat(cicd): build on changes to examples/
Browse files Browse the repository at this point in the history
  • Loading branch information
zpg6 committed Nov 29, 2024
1 parent 3df5e8d commit a461112
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
paths:
- "src/**"
- "examples/**"
- "Cargo.toml"
- ".github/workflows/build-and-test.yml" # This file
branches:
Expand All @@ -12,6 +13,7 @@ on:
pull_request:
paths:
- "src/**"
- "examples/**"
- "Cargo.toml"
- ".github/workflows/build-and-test.yml" # This file

Expand Down Expand Up @@ -40,4 +42,4 @@ jobs:
run: cargo test

- name: Build Examples
run: cargo build --release --examples
run: cargo build --release --examples

0 comments on commit a461112

Please sign in to comment.