Follow up for de559d0 - Maintenance: Add language switcher to the pag… #145
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test | |
# Controls when the workflow will run. | |
on: | |
# Trigger the workflow on all pushes, except on tag creation. | |
push: | |
branches: | |
- main | |
- pre-release | |
tags-ignore: | |
- "**" | |
# Trigger the workflow on all pull requests. | |
pull_request: ~ | |
# Allow workflow to be dispatched on demand. | |
workflow_dispatch: ~ | |
jobs: | |
docs: | |
name: Documentation | |
uses: zammad/zammad-documentation/.github/workflows/docs.yml@pre-release |