chore: Enable CI workflows for 'main' branch

* Update CI workflow configuration to include 'main' branch
* Enable CI workflow triggering for changes on the 'main' branch
This commit is contained in:
Laisky.Cai 2024-03-28 01:35:24 +00:00
parent 5419a10ee7
commit 3e50f2d462

View File

@ -4,6 +4,7 @@ on:
push: push:
branches: branches:
- 'master' - 'master'
- 'main'
- 'test/ci' - 'test/ci'
jobs: jobs: