Skip to content

Commit f16f203

Browse files
committed
Added missing GitHub Actions triggers to CI workflow
1 parent dafa380 commit f16f203

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/django-ci.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
name: Django CI (Postgres)
2+
3+
on:
4+
push:
5+
branches: [ "main" ]
6+
pull_request:
7+
branches: [ "main" ]
8+
19
jobs:
210
test:
311
runs-on: ubuntu-latest
@@ -14,7 +22,6 @@ jobs:
1422
--health-interval=10s
1523
--health-timeout=5s
1624
--health-retries=5
17-
1825
redis:
1926
image: redis:7
2027
ports: ["6379:6379"]

0 commit comments

Comments
 (0)