Fix branch name
Some checks failed
Build and Test / build-and-test (push) Failing after 5m2s

This commit is contained in:
Alex Selimov 2025-09-12 06:26:37 -04:00
parent 2ed1ea01c0
commit dd83fc6330
Signed by: aselimov
GPG key ID: 3DDB9C3E023F1F31

View file

@ -2,9 +2,9 @@ name: Build and Test
on:
push:
branches: [main, develop]
branches: [master]
pull_request:
branches: [main, develop]
branches: [master]
jobs:
build-and-test: