Fix master branch being called main branch in the build workflow

This commit is contained in:
Bram 2024-07-27 22:57:48 +09:00
parent f75ecd85ae
commit 8488b16006
No known key found for this signature in database
GPG key ID: 13E608068F40E3CC

View file

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