Browse Source

[skip ci] update release pipeline for tags

master
Ofek Lev 3 years ago
parent
commit
c440f8dee6
  1. 5
      .github/workflows/build.yml

5
.github/workflows/build.yml

@ -1,6 +1,9 @@
name: build
on:
create:
tags:
- v*
push:
branches:
- master
@ -127,7 +130,7 @@ jobs:
- build
# Only publish tags
if: github.event_name == 'push' && github.event.ref_type == 'tag'
if: github.event_name == 'create' && github.event.ref_type == 'tag'
steps:
- uses: actions/download-artifact@v2

Loading…
Cancel
Save