Skip to content

Commit

Permalink
chore(ci): format .github/workflows/test.yaml (#51)
Browse files Browse the repository at this point in the history
Signed-off-by: Aofei Sheng <aofei@aofeisheng.com>
  • Loading branch information
aofei committed Mar 18, 2024
1 parent 97b6cc1 commit 37c723d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test.yaml
@@ -1,5 +1,11 @@
name: Test
on: [push, pull_request]
on:
push:
branches:
- "*"
pull_request:
branches:
- "*"
jobs:
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 37c723d

Please sign in to comment.