Skip to content

Commit

Permalink
Update dockerbuild action
Browse files Browse the repository at this point in the history
Only build docker images on releases.
  • Loading branch information
lc authored Jan 18, 2022
1 parent 986a4ef commit 9555c18
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/cicd-to-dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ name: cicd-to-dockerhub

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
tags:
- "*"

jobs:
build:
Expand Down

0 comments on commit 9555c18

Please sign in to comment.