Skip to content

Commit 93470dc

Browse files
author
Agus Makmun
committed
fix: No event triggers defined in
1 parent e1fd632 commit 93470dc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/run-tests.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@ name: Run tests
22

33
on:
44
push:
5-
branches: [ master ]
6-
5+
branches:
6+
- master
77
pull_request:
8-
branches: [ master ]
8+
branches:
9+
- master
910

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

0 commit comments

Comments
 (0)