Build on every push but only publish on tags (#46)

This commit is contained in:
Adrian Garcia Badaracco
2022-08-30 12:19:36 -05:00
committed by GitHub
parent 7ed5b3d3a2
commit e16fd39bb5

View File

@@ -1,6 +1,7 @@
name: Release
on:
push:
create:
tags:
- v*
@@ -259,7 +260,6 @@ jobs:
name: Release
runs-on: ubuntu-latest
needs:
- lint
- macos
- windows
- linux