build: update github CI trigger conditions (#313)

This commit is contained in:
HAOYUatHZ 2023-05-04 21:51:10 +08:00 committed by GitHub
parent 1263e6349d
commit 49192260a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,16 +1,11 @@
on:
push:
branches:
branches: # we keep this to avoid triggering `push` & `pull_request` every time we update a PR
- main
- staging
- develop
- alpha
pull_request:
branches:
- main
- staging
- develop
- alpha
name: CI
jobs:
build: