aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2024-02-09 09:40:32 +0000
committerGravatar Chris Lovering <[email protected]>2024-02-09 09:40:32 +0000
commitfc366de9eed930a85cd75265706356202acfa7cb (patch)
tree90e024d99886bebe5335050e8fce1e247f7fe869
parentUpdate README to reflect changes made since this repo was originally created (diff)
Only run build CI when relevant files are changedHEADmain
-rw-r--r--.github/workflows/build.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 01a4571..813c01f 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -5,6 +5,10 @@ on:
push:
branches:
- main
+ paths:
+ - .github/workflows/**
+ - docker-entrypoint.sh
+ - dockerfile
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}