diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a6e73c3..bbfebaf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,11 +1,12 @@ name: build on: + create: + tags: + - v* push: branches: - master - tags: - - v* pull_request: branches: - master