Skip to content

Commit

Permalink
removed the action for push
Browse files Browse the repository at this point in the history
  • Loading branch information
qchiujunhao committed Nov 19, 2023
1 parent 750f12f commit 4e71487
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
name: Unit Test
on:
push:
paths:
- '**/*.py'
- '**/*.js'
- '.github/workflows/unittest.yml'

pull_request:
paths:
- '**/*.py'
Expand All @@ -30,4 +24,4 @@ jobs:

- name: Run Tests
run: |
python manage.py test
python manage.py test

0 comments on commit 4e71487

Please sign in to comment.