diff --git a/.github/workflows/ci-check-no-dist-update.yml b/.github/workflows/ci-check-no-dist-update.yml index 67b66fe8..6582dd7e 100644 --- a/.github/workflows/ci-check-no-dist-update.yml +++ b/.github/workflows/ci-check-no-dist-update.yml @@ -4,13 +4,10 @@ name: CI-check-no-dist-update on: push: branches-ignore: - - main - - release/* + - 'main' + - 'release/**' paths: - - dist** - pull_request: - paths: - - dist/** + - 'dist/**' permissions: contents: read diff --git a/.github/workflows/ci-update-dist.yml b/.github/workflows/ci-update-dist.yml index ad028237..5b42a4a9 100644 --- a/.github/workflows/ci-update-dist.yml +++ b/.github/workflows/ci-update-dist.yml @@ -4,10 +4,8 @@ on: workflow_dispatch: push: branches: - - main - - release/** - paths-ignore: - - 'dist/**' + - 'main' + - 'release/**' permissions: contents: write