diff options
author | 2024-02-09 09:40:32 +0000 | |
---|---|---|
committer | 2024-02-09 09:40:32 +0000 | |
commit | fc366de9eed930a85cd75265706356202acfa7cb (patch) | |
tree | 90e024d99886bebe5335050e8fce1e247f7fe869 /.github/workflows/build.yml | |
parent | Update README to reflect changes made since this repo was originally created (diff) |
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r-- | .github/workflows/build.yml | 4 |
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 }} |