Skip to content

Commit

Permalink
add PR trigger for images
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-forbes-cp committed Jan 20, 2025
1 parent 6f0201f commit 488d1e3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/publish_docker_images.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: publish docker images

on:
push:
branches:
- main
#push:
# branches:
# - main
pull_request:
paths:
- '.github/workflows/publish_docker_images.yml'
- '.github/dockerfiles/**'
Expand Down

0 comments on commit 488d1e3

Please sign in to comment.