Skip to content

Commit

Permalink
fix(CI): master -> main
Browse files Browse the repository at this point in the history
  • Loading branch information
face-hh committed Nov 18, 2023
1 parent 98dcca8 commit 64f057c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
push:
branches:
- master
- main
tags:
- 'v*.*.*'

Expand Down Expand Up @@ -114,4 +114,4 @@ jobs:
with:
files: 'testmest*'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 64f057c

Please sign in to comment.