From 37664889c62325ac21ceb0204d07a794fdf1b0d2 Mon Sep 17 00:00:00 2001 From: Laurens Valk Date: Mon, 24 Aug 2026 17:18:57 +0200 Subject: [PATCH] github/workflows: Always build. --- .github/workflows/build.yml | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3366cf3..91e7e38 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,21 +1,6 @@ -# This workflow will install Python dependencies, run tests and lint with a variety of Python versions -# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions - name: Build Python package and docs -on: - push: - tags-ignore: - - '**' - pull_request: - paths: - - doc/** - - src/** - - poetry.lock - - poetry.toml - - pyproject.toml - - setup.cfg - +on: push jobs: build: