fix: update branch references from main to master in CI and publish workflows
CI / lint (push) Failing after 41s
CI / build (push) Successful in 9m33s
CI / docker (push) Skipped
Build & Push Container Image / build-and-push (push) Failing after 2m13s

This commit is contained in:
2026-08-02 16:09:26 -04:00
parent a04bd8dedb
commit b3e44d8ffb
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -2,9 +2,9 @@ name: CI
on: on:
push: push:
branches: [main] branches: [master]
pull_request: pull_request:
branches: [main] branches: [master]
jobs: jobs:
lint: lint:
+1 -1
View File
@@ -2,7 +2,7 @@ name: Build & Push Container Image
on: on:
push: push:
branches: [main] branches: [master]
tags: ["v*"] tags: ["v*"]
env: env: