diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d90d578..32e3d25 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,8 +3,16 @@ name: CI on: push: branches: [main] + paths-ignore: + - '**.md' + - 'LICENSE' + - '.gitignore' pull_request: branches: [main] + paths-ignore: + - '**.md' + - 'LICENSE' + - '.gitignore' jobs: ci: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index daf62f3..f97991b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,6 +2,10 @@ name: Release on: push: branches: [main] + paths-ignore: + - '**.md' + - 'LICENSE' + - '.gitignore' jobs: release: