Fix CI branch names: master instead of main
Build, Lint, and Test / Build, Lint, and Test (push) Failing after 12m23s
Build, Lint, and Test / Build, Lint, and Test (pull_request) Failing after 1m16s

This commit is contained in:
2026-07-03 23:23:23 +00:00
parent 172c1ff264
commit 51f93c521e
+2 -2
View File
@@ -3,11 +3,11 @@ name: Build, Lint, and Test
on: on:
push: push:
branches: branches:
- main - master
- feature/* - feature/*
pull_request: pull_request:
branches: branches:
- main - master
workflow_dispatch: workflow_dispatch:
jobs: jobs: