Skip to content

Commit

Permalink
Merge pull request #286 from matrix-org/dg/remove-docker-push-for-prs
Browse files Browse the repository at this point in the history
Remove Docker push for PRs
  • Loading branch information
thibaultamartin committed Nov 9, 2023
2 parents f91b8f0 + 5c487b4 commit 9105013
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/containerize.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Containerize
on:
push:
branches: [main]
pull_request:
branches: [main]

env:
REGISTRY: ghcr.io
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Tests
on:
push:
branches: [main]
pull_request:
branches: [main]

env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit 9105013

Please sign in to comment.