Compare commits
3 Commits
c35b539c42
...
a7293c659d
Author | SHA1 | Date |
---|---|---|
Lukáš Kucharczyk | a7293c659d | |
Lukáš Kucharczyk | f36e692361 | |
Lukáš Kucharczyk | 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
|
||||||
|
|
Loading…
Reference in New Issue