Skip to content

Commit

Permalink
Tweak docker build trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
loafoe committed Oct 2, 2024
1 parent 6ecb1c0 commit 43a9d6b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ name: docker

on:
push:
paths:
- 'Dockerfile'
- '**.go'
- '.github/workflows/docker.yml'
- 'go.mod'
- 'go.sum'
branches: [main]

jobs:
Expand Down

0 comments on commit 43a9d6b

Please sign in to comment.