From 7c12204889285f9753c464731c816d700c72e72e Mon Sep 17 00:00:00 2001 From: Bernhard B Date: Sat, 18 Jul 2026 13:05:41 +0200 Subject: [PATCH] execute deploy-pages workflow for every commit --- .github/workflows/deploy-pages.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index 97c56fd..df299ee 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -1,9 +1,7 @@ name: Deploy API Docs to GitHub Pages on: - release: - types: - - published + push: permissions: contents: read