edit .yml to trigger build when commit to branch

This commit is contained in:
KoonQi 2023-09-06 00:10:59 +08:00
parent d3bf62320b
commit 26fbe64733

View file

@ -3,7 +3,7 @@ name: Build and Test
on:
push:
branches:
- main
- '*'
jobs:
build: