Compare commits
No commits in common. "a7293c659db269823d5057e876e82004d03b436f" and "c35b539c4224776cfeabf73aa7e40afc57484378" have entirely different histories.
a7293c659d
...
c35b539c42
|
@ -3,10 +3,12 @@ name: Django CI/CD
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ main ]
|
branches: [ main ]
|
||||||
paths-ignore: [ 'README.md' ]
|
pull_request:
|
||||||
|
branches: [ main ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-push:
|
build-and-push:
|
||||||
|
needs: test
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|
Loading…
Reference in New Issue