aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorCameron Katri <me@cameronkatri.com>2021-11-04 13:46:14 -0400
committerCameron Katri <me@cameronkatri.com>2021-11-04 13:46:14 -0400
commitdf1cc52eccb739c2561e6002b18dee0c48137f1a (patch)
treebbb3512818699ffb2cd5c3bb36eb6e9b7f5eddc2 /.github
parentd7d2b141bd5d3cbf2978dd3025b5fab3b43ef537 (diff)
downloadldid-df1cc52eccb739c2561e6002b18dee0c48137f1a.tar.gz
ldid-df1cc52eccb739c2561e6002b18dee0c48137f1a.tar.zst
ldid-df1cc52eccb739c2561e6002b18dee0c48137f1a.zip
Only run actions on code changes
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index abbc00b..37252dd 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -1,6 +1,9 @@
name: build
on:
push:
+ paths:
+ - '*.c'
+ - '*.cpp'
pull_request:
workflow_dispatch:
release: