From 8ff13354338bbe794426d539065521b0999a5550 Mon Sep 17 00:00:00 2001 From: Ubiratan Soares Date: Tue, 22 Sep 2026 21:03:35 +0200 Subject: [PATCH] ci: fix main branch refs --- .github/workflows/ci.yml | 2 +- .github/workflows/gh-pages.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 986079c..d1e8a90 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: Continuous Integration on: push: - branches: [master] + branches: [main] pull_request: jobs: diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 4979d06..cad50c1 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -3,7 +3,7 @@ name: github pages on: push: branches: - - master + - main jobs: deploy: