Skip to content

Commit

Permalink
fix: removed trigger when PR
Browse files Browse the repository at this point in the history
  • Loading branch information
cristian98149 authored Jan 14, 2025
1 parent 94e8d21 commit 21cf613
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/container-image_build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@ on:
paths:
- 'Dockerfile' # Trigger if the Dockerfile is modified
- 'src/**' # Trigger if anything in the 'src' directory is modified
pull_request:
branches:
- main # Trigger on pull requests targeting the main branch
paths:
- 'Dockerfile' # Trigger if the Dockerfile is modified
- 'src/**' # Trigger if anything in the 'src' directory is modified

jobs:
container-image_build-and-push:
Expand Down

0 comments on commit 21cf613

Please sign in to comment.