From bb129644ddb9baf0b001b39f86a8187c30fdc3c3 Mon Sep 17 00:00:00 2001 From: Hugo Ledoux Date: Thu, 28 Sep 2023 08:12:56 +0200 Subject: [PATCH] branch is master --- .github/workflows/ci.yml | 2 +- .github/workflows/pages.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a7b5e9b644..a3d1aba852 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: CI on: push: - branches: ["main"] + branches: ["master"] pull_request: jobs: diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 6564156a1a..2972782481 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -8,7 +8,7 @@ name: Deploy Jekyll site to Pages on: push: - branches: ["main"] + branches: ["master"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: