Skip to content

Commit

Permalink
[TASK] Upload release files to Github assets
Browse files Browse the repository at this point in the history
  • Loading branch information
ochorocho committed Sep 7, 2022
1 parent 80a29c7 commit e551630
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: tests

on:
push:
tags:
- "v*.*.*"
pull_request:
schedule:
- cron: "0 4 * * *"
Expand Down Expand Up @@ -36,7 +34,7 @@ jobs:
- name: Upload release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
if: startsWith(github.ref, 'refs/tags/v')
with:
files: |
web-ext-artifacts/typo3_tdk_gitpod-v2.zip
Expand Down

0 comments on commit e551630

Please sign in to comment.