Compare commits
No commits in common. "a7293c659db269823d5057e876e82004d03b436f" and "c35b539c4224776cfeabf73aa7e40afc57484378" have entirely different histories.
a7293c659d
...
c35b539c42
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue