Skip to content

Commit

Permalink
fix branch name in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
auguwu committed Jun 6, 2024
1 parent 83a406a commit 56d022b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
pull_request:
types: [opened, synchronize]
branches:
- master
- main

paths-ignore:
- 'assets/**'
Expand All @@ -38,7 +38,7 @@ on:
branches:
- 'issue/gh-**'
- 'feat/**'
- master
- main

paths-ignore:
- '.github/**'
Expand Down

0 comments on commit 56d022b

Please sign in to comment.