Skip to content

Commit 27477f3

Browse files
Updated GitHub Actions
1 parent 2a7d62f commit 27477f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/django.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: Django CI
22

33
on:
44
push:
5-
branches: ["master"]
5+
branches: [master]
66

77
pull_request:
8-
branches: ["master"]
8+
branches: [master]
99

1010
jobs:
1111
build:

0 commit comments

Comments
 (0)