Skip to content

Commit

Permalink
Update django.yml
Browse files Browse the repository at this point in the history
configure GitHub Actions workflow to run on all branch pushes
  • Loading branch information
HadleyKing authored Jun 12, 2024
1 parent 946a646 commit 76ab2dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Django CI

on:
push:
branches: [main]
branches:
- "**"
pull_request:

jobs:
Expand Down

0 comments on commit 76ab2dc

Please sign in to comment.