Skip to content

Scope docs workflow to only trigger on docs/ changes#3

Merged
bjoernh merged 2 commits into
masterfrom
copilot/trigger-workflow-on-docs-change
Mar 24, 2026
Merged

Scope docs workflow to only trigger on docs/ changes#3
bjoernh merged 2 commits into
masterfrom
copilot/trigger-workflow-on-docs-change

Conversation

Copy link
Copy Markdown

Copilot AI commented Mar 24, 2026

The Build and Deploy Sphinx Documentation workflow fired on every push to master, regardless of whether any documentation changed.

Change

Added a paths filter to the workflow trigger so it only runs when files under docs/ are modified:

on:
  push:
    branches:
      - master
    paths:
      - 'docs/**'

⌨️ Start Copilot coding agent tasks without leaving your editor — available in VS Code, Visual Studio, JetBrains IDEs and Eclipse.

Copilot AI changed the title [WIP] Update workflow to trigger on changes in docs folder Scope docs workflow to only trigger on docs/ changes Mar 24, 2026
Copilot AI requested a review from bjoernh March 24, 2026 19:13
@bjoernh bjoernh marked this pull request as ready for review March 24, 2026 19:14
@bjoernh bjoernh merged commit e9ab5a6 into master Mar 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants