]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Fix YAML syntax in codeql-analysis.yaml after #746
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 10 Jan 2021 21:09:23 +0000 (22:09 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 10 Jan 2021 21:09:23 +0000 (22:09 +0100)
.github/workflows/codeql-analysis.yaml

index 2ba9e561754dd37bf1ee8dd848c6db0211c8e1ec..972b6b9a14e194779836ecc95a55b9863363f018 100644 (file)
@@ -5,10 +5,10 @@ name: "CodeQL"
 
 on:
   push:
-    branches: [*]
+    branches: ["*"]
   pull_request:
     # The branches below must be a subset of the branches above
-    branches: [*]
+    branches: ["*"]
     paths-ignore:
       - '**/*.adoc'
       - '**/*.bash'