Merge pull request #36 from lordmathis/lordmathis-patch-1

fix: Run docs build job on every update
This commit is contained in:
2025-09-23 13:21:53 +02:00
committed by GitHub

View File

@@ -29,7 +29,6 @@ concurrency:
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: github.event_name == 'pull_request'
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4