diff --git a/.github/workflows/dist.yml b/.github/workflows/dist.yml index ab91c89..0ff6aa6 100644 --- a/.github/workflows/dist.yml +++ b/.github/workflows/dist.yml @@ -6,6 +6,8 @@ on: - pyproject.toml - poetry.lock - '**.py' + - '.github/**' + - 'resources/**' - 'scripts/**' tags: - '*' @@ -14,6 +16,8 @@ on: - pyproject.toml - poetry.lock - '**.py' + - '.github/**' + - 'resources/**' - 'scripts/**' merge_group: types: [checks_requested] diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 656b7f5..7f613ca 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -4,11 +4,21 @@ on: push: paths: - pyproject.toml + - poetry.lock - '**.py' + - '.github/**' + - 'resources/**' + - 'scripts/**' + - 'tests/**' pull_request: paths: - pyproject.toml + - poetry.lock - '**.py' + - '.github/**' + - 'resources/**' + - 'scripts/**' + - 'tests/**' jobs: lint: