cicd: only build for main branch

This commit is contained in:
SoftFever 2023-02-25 19:33:55 +08:00
parent 463393c969
commit 113f3d4c26
4 changed files with 20 additions and 7 deletions

View file

@ -1,7 +1,10 @@
name: Build Mac x64
on: [pull_request,push]
on:
push:
branches:
- SoftFever
jobs:
build_win64:
name: Build Mac x64