diff --git a/.github/workflows/make.yml b/.github/workflows/make.yml index d82b91a..11c22d9 100644 --- a/.github/workflows/make.yml +++ b/.github/workflows/make.yml @@ -1,6 +1,8 @@ name: Build and Run Tests on: + push: + branches: [ "main" ] pull_request: branches: [ "main" ] @@ -22,9 +24,4 @@ jobs: - name: Building project run: ninja -C build - name: Running tests - run: ninja test -C build - - name: Archive build and test logs - uses: actions/upload-artifact@v4 - with: - name: meson-logs - path: build/meson-logs/** \ No newline at end of file + run: ninja test -C build \ No newline at end of file