fix: workflow branch name master not main
Some checks failed
CI - Tests & Lint / test (push) Failing after 1m16s

This commit is contained in:
root 2026-03-28 23:28:27 +00:00
parent 33a0c17d7a
commit 0a882d58c5

View File

@ -2,9 +2,9 @@ name: CI - Tests & Lint
on:
push:
branches: [main]
branches: [master]
pull_request:
branches: [main]
branches: [master]
jobs:
test: