Skip to content

Commit

Permalink
Remove run on tag, instead run on release
Browse files Browse the repository at this point in the history
  • Loading branch information
vktr committed Jan 8, 2021
1 parent 2c000d3 commit 24219f5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ on:
push:
branches:
- '**'
tags:
- 'v*'
pull_request:
release:

jobs:
push_to_registry:
Expand All @@ -23,7 +22,6 @@ jobs:
images: docker.pkg.unidentifieddeveloper.com/picotorrent/peach
tag-semver: |
{{version}}
{{major}}.{{minor}}
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
Expand Down

0 comments on commit 24219f5

Please sign in to comment.