diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4a03840..69b1284 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,9 +1,9 @@ name: build -# on: -# push: -# branches: -# - add-tests +on: + push: + branches: + - add-tests env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)