diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 76da47f..74a26ae 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,3 +1,10 @@ +name: Build and Release + +on: + push: + tags: + - "*.*.*.*" + jobs: Build: runs-on: ubuntu-latest