Update GitHub Actions workflow to use master branch
Some checks failed
Build / build (push) Failing after 1m7s

This commit is contained in:
2025-01-28 04:44:20 +00:00
parent 74baee0ef7
commit 1dfefb70c7

View File

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