update CI workflows to use 'main' branch
Some checks failed
Master Build / Build and Push Docker Image (amd64) (push) Failing after 10s
Master Build / Update running container (push) Has been skipped

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

View File

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

View File

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