Skip to content

Commit

Permalink
Only run on versions.json change
Browse files Browse the repository at this point in the history
  • Loading branch information
APErebus committed Oct 1, 2024
1 parent 90a2eb5 commit 0959eff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-publish-container-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name: Build and Push Container Image
on:
pull_request:
paths:
- versions.json
- 'versions.json'
push:
branches:
- main
paths:
- versions.json
- 'versions.json'

env:
ArtifactoryImagePath: "${{ secrets.ARTIFACTORY_DOCKER_REPO_HOSTNAME }}/octopusdeploy/kubernetes-agent-tools-base"
Expand Down

0 comments on commit 0959eff

Please sign in to comment.