diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 06ab80b..79cc01c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,14 +1,11 @@ name: Build and Release on: - push: # This applies to all pushes + push: branches: - '**' # Run on all branches for push - pull_request: - branches: - - '**' # Run unit tests on all PRs as well tags: - - 'v*.*.*' # For tag pushes + - 'v*.*.*' # Run on version tags jobs: run-unit-tests: