chore(ci): fix branch name
This commit is contained in:
4
.github/workflows/test_ci.yml
vendored
4
.github/workflows/test_ci.yml
vendored
@@ -6,9 +6,9 @@ name: CI
|
||||
# events but only for the master branch
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
branches: [ main ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
branches: [ main ]
|
||||
|
||||
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user