Skip to content

Commit

Permalink
ci(test): fix multiple test (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
fu050409 authored Nov 24, 2024
1 parent ee27398 commit 156bcf5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
name: Test
on:
- push
- pull_request
push:
branches:
- main
pull_request:
branches:
- main

jobs:
test:
Expand Down

0 comments on commit 156bcf5

Please sign in to comment.