about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-12-15 08:08:09 -0800
committerFranck Cuny <franck@fcuny.net>2023-12-15 08:08:09 -0800
commitb045cb8363aa424081a94af6f4010107bf444751 (patch)
tree2fbff853d0279f71b00a8e07e93bd158c7ac2217
parentvarious fixes for errors reported by deadnix (diff)
downloadworld-b045cb8363aa424081a94af6f4010107bf444751.tar.gz
format yaml
-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