Skip to content

Commit

Permalink
Enable ci builds on tagged commits
Browse files Browse the repository at this point in the history
  • Loading branch information
rs22 committed Feb 6, 2021
1 parent 8e5de21 commit f958abd
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ name: CI
on:
push:
branches: [ master ]
tags:
- 'v*'
pull_request:
branches: [ master ]

Expand Down Expand Up @@ -33,7 +35,7 @@ jobs:
with:
start: sudo spk dev
browser: chrome

- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand All @@ -45,9 +47,9 @@ jobs:
release_name: Release ${{ github.ref }}
draft: false
prerelease: false

- name: Upload Release SPK
id: upload-release-asset
id: upload-release-asset
uses: actions/upload-release-asset@v1
if: startsWith(github.ref, 'refs/tags/v')
env:
Expand Down

0 comments on commit f958abd

Please sign in to comment.