Skip to content

Commit

Permalink
fix: not publish docker when pr
Browse files Browse the repository at this point in the history
  • Loading branch information
z1turn0 committed Feb 3, 2024
1 parent 701ac8b commit edf3d7d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ on:
paths:
- '.github/workflows/publish-docker.yml'
- '.github/docker/**'
pull_request:
branches: [ "main" ]
paths:
- '.github/workflows/publish-docker.yml'
- '.github/docker/**'
# pull_request:
# branches: [ "main" ]
# paths:
# - '.github/workflows/publish-docker.yml'
# - '.github/docker/**'


jobs:
Expand Down

0 comments on commit edf3d7d

Please sign in to comment.