Compare commits
4 Commits
843eed64d6
...
switch-to-
| Author | SHA1 | Date | |
|---|---|---|---|
|
555608d8c6
|
|||
| a7293c659d | |||
| f36e692361 | |||
| fe97f540a0 |
@ -3,12 +3,10 @@ name: Django CI/CD
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ main ]
|
branches: [ main ]
|
||||||
pull_request:
|
paths-ignore: [ 'README.md' ]
|
||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user