From a546f5c5723c3cc7725334b79f7c904ee0a1ab26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Henrique?= Date: Wed, 22 Jan 2025 21:40:40 -0300 Subject: [PATCH] update CI workflows to use 'main' branch --- .gitea/workflows/ci.yml | 2 +- .gitea/workflows/master.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index f9f5938..7e8e6e3 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -2,7 +2,7 @@ name: CI on: pull_request: - branches: [ "master" ] + branches: [ "main" ] jobs: build: diff --git a/.gitea/workflows/master.yml b/.gitea/workflows/master.yml index 4e8968a..9314fce 100644 --- a/.gitea/workflows/master.yml +++ b/.gitea/workflows/master.yml @@ -2,7 +2,7 @@ name: Master Build on: push: - branches: [ "master" ] + branches: [ "main" ] jobs: build_amd64: