Merge pull request #118 from HaydenOrz/feat/updte_github_ci

ci: branch that triggers ci is changed from master to main
This commit is contained in:
mumiao 2023-06-08 17:14:17 +08:00 committed by GitHub
commit 2637f90295
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,9 +3,9 @@ name: CI
# Triggers the workflow on push or pull request events but only for the master branch # Triggers the workflow on push or pull request events but only for the master branch
on: on:
push: push:
branches: [master] branches: [main]
pull_request: pull_request:
branches: [master] branches: [main]
jobs: jobs:
setup: setup: