update CI workflows to use 'main' branch

This commit is contained in:
José Henrique 2025-01-22 21:40:40 -03:00
parent 871eb0ce88
commit a546f5c572
2 changed files with 2 additions and 2 deletions
.gitea/workflows

@ -2,7 +2,7 @@ name: CI
on:
pull_request:
branches: [ "master" ]
branches: [ "main" ]
jobs:
build:

@ -2,7 +2,7 @@ name: Master Build
on:
push:
branches: [ "master" ]
branches: [ "main" ]
jobs:
build_amd64: