fix: Fixed build branch name

This commit is contained in:
Simeon Radivoev 2026-05-06 22:38:09 +03:00
parent 6aa786e326
commit 8532203cbc
Signed by: simeonradivoev
GPG key ID: 7611A451D2A5D37A

View file

@ -4,7 +4,7 @@ on:
# Trigger the workflow every time you push to the `main` branch
# Using a different branch name? Replace `main` with your branchs name
push:
branches: [main]
branches: [master]
# Allows you to run this workflow manually from the Actions tab on GitHub.
workflow_dispatch: