Skip to content

Commit

Permalink
ci(build): only build when necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
lmichaelis committed May 9, 2024
1 parent 868bab4 commit 3ee0539
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
name: 'Build'
on: 'push'
on:
push:
paths:
- include/*.h
- src/**
- vendor/**
- support/*.cmake
- CMakeLists.txt
jobs:
linux:
name: "Linux"
Expand Down

0 comments on commit 3ee0539

Please sign in to comment.