Skip to content

Commit

Permalink
fix(workflow/publish-services): run on pull_request
Browse files Browse the repository at this point in the history
  • Loading branch information
AliMD committed Dec 10, 2022
1 parent 38ef68f commit 3d988b8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish-services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ on:
# - next
# - main

# pull_request:
# paths:
# - 'services/**'
# - '.github/workflows/publish-services.yml'
pull_request:
# paths:
# - 'services/**'
# - '.github/workflows/publish-services.yml'

env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit 3d988b8

Please sign in to comment.