Skip to content

Commit

Permalink
chore: temp disable path check to publish img
Browse files Browse the repository at this point in the history
  • Loading branch information
ndom91 committed Sep 10, 2024
1 parent 4b37fc2 commit 4102d4f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/publish-e2e-img.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
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 4102d4f

Please sign in to comment.