Compare commits

..

No commits in common. "a7293c659db269823d5057e876e82004d03b436f" and "c35b539c4224776cfeabf73aa7e40afc57484378" have entirely different histories.

1 changed files with 3 additions and 1 deletions

View File

@ -3,10 +3,12 @@ name: Django CI/CD
on:
push:
branches: [ main ]
paths-ignore: [ 'README.md' ]
pull_request:
branches: [ main ]
jobs:
build-and-push:
needs: test
runs-on: ubuntu-latest
steps:
- name: Checkout