chore(ci): only build on main branch

This commit is contained in:
Noah Hsu 2022-12-05 19:52:02 +08:00
parent 2bb200af87
commit a28aaceaad

View File

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