From ec94e2ff8e7bbc14f8f8682a8764aa4a33bec4f3 Mon Sep 17 00:00:00 2001 From: Matt Hillsdon Date: Tue, 16 Apr 2024 11:10:12 +0100 Subject: [PATCH] Fix syntax --- .github/workflows/check-dist.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/linter.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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