1
0
mirror of synced 2026-01-07 09:01:31 -05:00

Actions: fix heading level sequence for 2 articles (#51680)

Co-authored-by: Joe Clark <31087804+jc-clark@users.noreply.github.com>
This commit is contained in:
hubwriter
2024-07-18 08:53:14 +01:00
committed by GitHub
parent 1bbd227bd0
commit 4e34c69341
18 changed files with 279 additions and 235 deletions

View File

@@ -52,15 +52,55 @@ run-name: Deploy to ${{ inputs.deploy_target }} by @${{ github.actor }}
## `on.<pull_request|pull_request_target>.<branches|branches-ignore>`
{% data reusables.actions.workflows.section-triggering-a-workflow-branches %}
{% data reusables.actions.workflows.triggering-workflow-branches1 %}
### Example: Including branches
{% data reusables.actions.workflows.triggering-workflow-branches2 %}
### Example: Excluding branches
{% data reusables.actions.workflows.triggering-workflow-branches3 %}
### Example: Including and excluding branches
{% data reusables.actions.workflows.triggering-workflow-branches4 %}
## `on.push.<branches|tags|branches-ignore|tags-ignore>`
{% data reusables.actions.workflows.section-run-on-specific-branches-or-tags %}
{% data reusables.actions.workflows.run-on-specific-branches-or-tags1 %}
### Example: Including branches and tags
{% data reusables.actions.workflows.run-on-specific-branches-or-tags2 %}
### Example: Excluding branches and tags
{% data reusables.actions.workflows.run-on-specific-branches-or-tags3 %}
### Example: Including and excluding branches and tags
{% data reusables.actions.workflows.run-on-specific-branches-or-tags4 %}
## `on.<push|pull_request|pull_request_target>.<paths|paths-ignore>`
{% data reusables.actions.workflows.section-triggering-a-workflow-paths %}
{% data reusables.actions.workflows.triggering-a-workflow-paths1 %}
### Example: Including paths
{% data reusables.actions.workflows.triggering-a-workflow-paths2 %}
### Example: Excluding paths
{% data reusables.actions.workflows.triggering-a-workflow-paths3 %}
### Example: Including and excluding paths
{% data reusables.actions.workflows.triggering-a-workflow-paths4 %}
### Git diff comparisons
{% data reusables.actions.workflows.triggering-a-workflow-paths5 %}
## `on.schedule`