Skip to content

Commit

Permalink
Switch default branch into main
Browse files Browse the repository at this point in the history
Signed-off-by: owentou <owentou@tencent.com>
  • Loading branch information
owent committed Aug 31, 2021
1 parent 364394f commit 03c3cd9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ name: build
on: # @see https://help.github.com/en/articles/events-that-trigger-workflows#webhook-events
push:
branches: # Array of patterns that match refs/heads
- master # Push events on master branch
- dev
- main # Push events on master branch
pull_request:
branches: [ main ]

jobs:
build:
Expand Down

0 comments on commit 03c3cd9

Please sign in to comment.