Skip to content

Commit

Permalink
make docker happy
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbuche committed Jun 27, 2024
1 parent 68b6538 commit 2a7e84a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Docker
on:
push:
branches: [ "main" ]
branches: main
pull_request:
branches: [ "main" ]
branches: main
release:
types: [ "published" ]
types: published
jobs:
test:
if: github.event_name == 'pull_request'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: PyPI
name: Python
on:
pull_request:
branches: main
Expand Down

0 comments on commit 2a7e84a

Please sign in to comment.