Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
fix: change workflow to release event
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaavalon committed Nov 7, 2020
1 parent 2c18e66 commit 43950c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Tag
on:
push:
tags:
- "*.*.*"
release:
types:
- published
jobs:
docker:
name: Build Docker image
Expand Down

0 comments on commit 43950c4

Please sign in to comment.