Browse Source

update release trigger

master
Ofek Lev 2 years ago
parent
commit
ef75cd4d1a
  1. 5
      .github/workflows/build.yml

5
.github/workflows/build.yml

@ -123,7 +123,10 @@ jobs:
needs:
- test
runs-on: ubuntu-20.04
if: github.ref == 'refs/heads/master'
if: >
(github.event_name == 'push' && github.ref == 'refs/heads/master')
||
(github.event_name == 'create' && github.event.ref_type == 'tag')
steps:
- uses: actions/checkout@v2

Loading…
Cancel
Save