diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6ce6410..13cc513 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,7 +1,10 @@ name: Build on: - - workflow_call - - pull_request + workflow_call: + pull_request: + push: + branches: + - master jobs: build: runs-on: ubuntu-latest @@ -32,4 +35,4 @@ jobs: DataBase=MongoDB dotnet test src/Horarium.IntegrationTest/Horarium.IntegrationTest.csproj -c Release --no-restore - name: run InMemory integration tests run: | - DataBase=Memory dotnet test src/Horarium.IntegrationTest/Horarium.IntegrationTest.csproj -c Release --no-restore \ No newline at end of file + DataBase=Memory dotnet test src/Horarium.IntegrationTest/Horarium.IntegrationTest.csproj -c Release --no-restore