ci: branch that triggers ci is changed from master to main

This commit is contained in:
hayden 2023-06-08 17:05:16 +08:00
parent 34f64e6bea
commit 0dae4f14f4

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: