diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3998a46..c11eb5f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,7 +6,17 @@ name: Build -on: [push, pull_request] +on: + push: + branches: + - '**' + tags-ignore: + - '**' + pull_request: + branches: + - '**' + tags-ignore: + - '**' env: SOLUTION_FILE_PATH: .