Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmo314 authored Apr 7, 2023
1 parent 58b5916 commit 48da2c5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: build
on:
push:
branches: [main]
tags:
- '*'
pull_request:
branches: [main]

Expand Down Expand Up @@ -34,3 +36,8 @@ jobs:
with:
name: magic-copy.crx
path: dist.crx
- name: Upload to release
uses: softprops/action-gh-release@v1
if: ${{startsWith(github.ref, 'refs/tags/') }}
with:
files: magic-copy.zip

0 comments on commit 48da2c5

Please sign in to comment.