Skip to content

Commit

Permalink
fix(ci): run build workflow on tags
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
  • Loading branch information
caarlos0 committed Apr 23, 2021
1 parent c39b8ba commit 43cb0c1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: build

on:
push:
tags:
- v*
branches:
- master
pull_request:

jobs:
Expand Down Expand Up @@ -144,4 +149,4 @@ jobs:
-
name: Clear
run: |
rm -f ${HOME}/.docker/config.json
rm -f ${HOME}/.docker/config.json

1 comment on commit 43cb0c1

@vercel
Copy link

@vercel vercel bot commented on 43cb0c1 Apr 23, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.