Skip to content

Commit

Permalink
fix: No event triggers defined in
Browse files Browse the repository at this point in the history
  • Loading branch information
Agus Makmun committed Mar 29, 2024
1 parent e1fd632 commit 93470dc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ name: Run tests

on:
push:
branches: [ master ]

branches:
- master
pull_request:
branches: [ master ]
branches:
- master

# https://docs.djangoproject.com/en/dev/faq/install/#what-python-version-can-i-use-with-django
jobs:
Expand Down

0 comments on commit 93470dc

Please sign in to comment.