From: Jérôme Benoit Date: Wed, 18 May 2022 19:19:21 +0000 (+0200) Subject: Fix CI run on main branch X-Git-Tag: v1.1.61~37 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=9c1b1b03fc4f9be4a55a6e32841e342268644fbf;p=e-mobility-charging-stations-simulator.git Fix CI run on main branch Signed-off-by: Jérôme Benoit --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index afbe84d4..1eae5200 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: CI on: push: branches: - - master + - main pull_request: types: [opened, synchronize, reopened] jobs: diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 652298c6..22a423ee 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -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'