Skip to content

Commit

Permalink
fix(CI): docker release tool workflow trigger fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kkweon committed Jun 27, 2021
1 parent e2cf119 commit babd2e7
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions .github/workflows/tools-docker-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,20 @@ name: Docker Release for Tools

on:
workflow_dispatch:
pull_request:
paths:
- "client/pubspec.*"
- "server/go.*"
- "tools/Dockerfile"
- "Makefile"
push:
branches:
- main
paths:
- ./client/pubspec.*
- ./server/go.*
- ./tools/Dockerfile
- ./Makefile
- "client/pubspec.*"
- "server/go.*"
- "tools/Dockerfile"
- "Makefile"

jobs:
docker:
Expand All @@ -20,6 +28,8 @@ jobs:
with:
images: codingpot/buf
tags: |
type=ref,event=branch
type=ref,event=pr
type=raw,value=latest
- name: Set up Docker Buildx
Expand Down

0 comments on commit babd2e7

Please sign in to comment.