diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 32543d2..ce374da 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,6 +5,8 @@ on: # Runs this action when you push on master push: branches: [ "main" ] + tags: + - "v*.*.*" # Runs this when a PR against master is created pull_request: branches: [ "main" ]