Skip to content

Commit

Permalink
ci: automatically run CI tests when PR open (#21)
Browse files Browse the repository at this point in the history
* chore: automatically run CI tests when PR open

* ignore readme path
  • Loading branch information
godruoyi authored Nov 5, 2024
1 parent 4f4522d commit 581665b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: test

on:
pull_request:
paths-ignore:
- README.md
push:
branches:
- master
Expand Down

0 comments on commit 581665b

Please sign in to comment.