diff --git a/.github/workflows/cake-build.yml b/.github/workflows/cake-build.yml index a374eb4..a822e19 100644 --- a/.github/workflows/cake-build.yml +++ b/.github/workflows/cake-build.yml @@ -2,9 +2,9 @@ on: push: - branches: [main] + branches: [ main ] pull_request: - branches: [main] + branches: [ main ] workflow_dispatch: # concurrency prevents multiple instances of the workflow from running at the same time,