Skip to content

Commit

Permalink
feat:the ability to automatically run unit tests after creating a pul…
Browse files Browse the repository at this point in the history
…l request.
  • Loading branch information
AsterZephyr committed Jan 18, 2025
1 parent ac0af96 commit 6f6324a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@ name: "Unit Test"

on:
push:
branches:
- master
- 'feature/**'
- 'dev/**'
branches: [ master ]
pull_request:
branches: "*"
types: [opened, synchronize, reopened]
Expand Down

0 comments on commit 6f6324a

Please sign in to comment.