about summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index f541f1d..72dbdc4 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -6,7 +6,9 @@ on:
   pull_request:
     branches:
       - main
-    types: [opened, synchronize]
+    types:
+      - opened
+      - synchronize
 jobs:
   build:
     runs-on: ubuntu-latest