diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6070f57..464c282 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,8 +3,18 @@ name: CI on: push: branches: [main] + paths-ignore: + - "docs/**" + - ".gitea/**" + - "**/*.md" + - "LICENSE" pull_request: branches: [main] + paths-ignore: + - "docs/**" + - ".gitea/**" + - "**/*.md" + - "LICENSE" concurrency: group: ${{ github.workflow }}-${{ github.ref }} diff --git a/.github/workflows/deploy-test.yml b/.github/workflows/deploy-test.yml index d28e7f2..ad29102 100644 --- a/.github/workflows/deploy-test.yml +++ b/.github/workflows/deploy-test.yml @@ -3,8 +3,18 @@ name: Docker Deploy Test on: push: branches: [main] + paths-ignore: + - "docs/**" + - ".gitea/**" + - "**/*.md" + - "LICENSE" pull_request: branches: [main] + paths-ignore: + - "docs/**" + - ".gitea/**" + - "**/*.md" + - "LICENSE" concurrency: group: deploy-test-${{ github.ref }} diff --git a/.github/workflows/release-image.yml b/.github/workflows/release-image.yml index a026e42..29e9a8d 100644 --- a/.github/workflows/release-image.yml +++ b/.github/workflows/release-image.yml @@ -3,6 +3,11 @@ name: Release Image on: push: branches: [main] + paths-ignore: + - "docs/**" + - ".gitea/**" + - "**/*.md" + - "LICENSE" workflow_dispatch: inputs: image_tag: