diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index eafe466..3e77601 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -12,7 +12,7 @@ name: Check Transpiled JavaScript on: push: branches: - - ** + - '**' permissions: contents: read diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b5322fd..ad6f0f3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ name: Continuous Integration on: push: branches: - - ** + - '**' permissions: contents: read diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 7f95dec..cab5347 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -3,7 +3,7 @@ name: Lint Codebase on: push: branches: - - ** + - '**' permissions: contents: read