Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
大可 committed Nov 7, 2024
1 parent 087cd6b commit 0c303e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- "website/**"
branches:
- "master"
pull_request_target:
pull_request:
paths-ignore:
- "website/**"
branches:
Expand All @@ -25,7 +25,7 @@ jobs:
strategy:
fail-fast: true
matrix:
go: ["stable", "oldstable"]
go: ["stable"]
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 0c303e9

Please sign in to comment.