Skip to content

Commit

Permalink
[CI] fix pre-commit check (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierdalang authored Apr 3, 2023
1 parent c803253 commit 73d014a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check-pre-commit.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Check pre-commit

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
push:
branches:
- main

jobs:
build:
Expand Down
1 change: 0 additions & 1 deletion docker-compose.override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@ services:
ports:
# making django directly accessible for debugging
- 8000:8000

0 comments on commit 73d014a

Please sign in to comment.