Skip to content

Commit

Permalink
dont build on every action other than cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
doxthree committed Aug 20, 2024
1 parent 8a388d0 commit 258635d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci-cpp.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
name: vaas-cpp-ci
on:
push:
branches:
- main
paths:
- "cpp/**"
- ".github/workflows/ci-cpp.yaml"
tags:
- "cpp*"
pull_request:
branches:
- main
paths:
- "cpp/**"
- ".github/workflows/ci-cpp.yaml"
Expand Down

0 comments on commit 258635d

Please sign in to comment.