Skip to content

Commit

Permalink
chore: danke GitHub CI on specific paths
Browse files Browse the repository at this point in the history
  • Loading branch information
JingYiJun committed Apr 6, 2024
1 parent cf7efab commit b0969b6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/danke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ on:
push:
branches:
- main
paths:
- 'danke/**'
- 'common/**'
- '.github/workflows/danke.yml'
- '.github/workflows/common.yml'
- 'Dockerfile'
- 'go.mod'

jobs:
docker-build-danke:
Expand Down

0 comments on commit b0969b6

Please sign in to comment.