Fix CI run on main branch
authorJérôme Benoit <jerome.benoit@sap.com>
Wed, 18 May 2022 19:19:21 +0000 (21:19 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Wed, 18 May 2022 19:19:21 +0000 (21:19 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
.github/workflows/ci.yml
.github/workflows/codeql-analysis.yml

index afbe84d4b2770d87bc467ce1b93eac221cfbfaf7..1eae52007da0d57b78a1531740bbc4d06f79b7a5 100644 (file)
@@ -2,7 +2,7 @@ name: CI
 on:
   push:
     branches:
-      - master
+      - main
   pull_request:
     types: [opened, synchronize, reopened]
 jobs:
index 652298c6a55a400fca631e99c0745900c3a6c4fc..22a423ee094cef978678b0a500b1e3821162ee99 100644 (file)
@@ -13,10 +13,10 @@ name: 'CodeQL'
 
 on:
   push:
-    branches: [master]
+    branches: [main]
   pull_request:
     # The branches below must be a subset of the branches above
-    branches: [master]
+    branches: [main]
   schedule:
     - cron: '17 15 * * 1'