Skip to content

Commit

Permalink
fix: revert explicit run of push image changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ndom91 committed Sep 10, 2024
1 parent b4d876a commit 6a0bc0e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/publish-e2e-img.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
name: Build and Publish E2E Container
on:
pull_request:
branches:
- master
push:
branches:
- master
# paths:
# - 'apps/desktop/e2e/Dockerfile'
paths:
- 'apps/desktop/e2e/Dockerfile'

jobs:
docker_publish:
Expand Down

0 comments on commit 6a0bc0e

Please sign in to comment.