Skip to content

Commit

Permalink
fix incorrect path
Browse files Browse the repository at this point in the history
  • Loading branch information
ComradeVanti committed May 17, 2024
1 parent 4e4f047 commit 1cf1226
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-linux-docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ on:
push:
paths:
- './docker/e2e.linux.Dockerfile'
- './.github/workflows/e2e-linux-docker-publish'
- './.github/workflows/e2e-linux-docker-publish.yml'
pull_request:
paths:
- './docker/e2e.linux.Dockerfile'
- './.github/workflows/e2e-linux-docker-publish'
- './.github/workflows/e2e-linux-docker-publish.yml'
jobs:
push_to_registry:
name: Push Docker image to package registry
Expand Down

0 comments on commit 1cf1226

Please sign in to comment.