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: on:
push: push:
branches: branches: # we keep this to avoid triggering `push` & `pull_request` every time we update a PR
- main - main
- staging - staging
- develop - develop
- alpha - alpha
pull_request: pull_request:
branches:
- main
- staging
- develop
- alpha
name: CI name: CI
jobs: jobs:
build: build: