Compare commits

...

3 Commits

Author SHA1 Message Date
Lukáš Kucharczyk a7293c659d CI: Ignore README.md 2023-11-18 09:33:31 +01:00
Lukáš Kucharczyk f36e692361 Do not run for pull requests 2023-11-18 09:33:10 +01:00
Lukáš Kucharczyk fe97f540a0 Fix CI being blocked 2023-11-18 09:32:41 +01:00
1 changed files with 1 additions and 3 deletions

View File

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