Skip to content

Commit

Permalink
Updated GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
BobsProgrammingAcademy committed Sep 10, 2023
1 parent a61cfc0 commit f339f21
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Django CI

on:
push:
branches: [ "main" ]
branches: [main]

pull_request:
branches: [ "main" ]
branches: [main]

env:
SECRET_KEY: yoursecretkey
Expand Down Expand Up @@ -55,4 +55,4 @@ jobs:
flake8
- name: Run Tests
run: |
python manage.py test
python manage.py test

0 comments on commit f339f21

Please sign in to comment.