aboutsummaryrefslogtreecommitdiff
path: root/frontend/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/.github/workflows')
-rw-r--r--frontend/.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/.github/workflows/ci.yml b/frontend/.github/workflows/ci.yml
index ba7139d..150da5f 100644
--- a/frontend/.github/workflows/ci.yml
+++ b/frontend/.github/workflows/ci.yml
@@ -2,9 +2,9 @@ name: CI
on:
push:
- branches: [ "main" ]
+ branches: ["main"]
pull_request:
- branches: [ "main" ]
+ branches: ["main"]
jobs:
prettier: