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: