diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d93e3d5..28d88cb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,9 +3,9 @@ name: Create CI images on: push: branches: [ 'main' ] - paths: - - '*.yml' - - 'Dockerfile' + paths-ignore: + - '*.sh' + - '*.md' concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}