Skip to content

Commit

Permalink
chore(ci): trigger only on Dockerfile changes
Browse files Browse the repository at this point in the history
Signed-off-by: Stephan Linz <[email protected]>
  • Loading branch information
rexut committed Oct 18, 2024
1 parent c93314d commit ee00e17
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,23 @@ on:
tags:
- '[0-9]+.[0-9]+.[0-9]+'
- '[0-9]+.[0-9]+.[0-9]+rc[0-9]+'
paths:
- '.github/workflows/docker-publish.yml'
- '.github/workflows/retry-workflow.yml'
- '.github/platforms.json'
- '.github/stages.json'
- '.dockerignore'
- 'Dockerfile'
pull_request:
branches:
- 'main'
paths:
- '.github/workflows/docker-publish.yml'
- '.github/workflows/retry-workflow.yml'
- '.github/platforms.json'
- '.github/stages.json'
- '.dockerignore'
- 'Dockerfile'

jobs:
setup:
Expand Down

0 comments on commit ee00e17

Please sign in to comment.