ci: only dispatch documentation update event if on branch `main`

This commit is contained in:
oSumAtrIX 2023-04-30 02:53:01 +02:00
parent eac6f6fbe3
commit 26967959e2
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ jobs:
trigger:
runs-on: ubuntu-latest
name: Dispatch event to documentation repository
if: github.ref == 'refs/heads/main'
steps:
- uses: peter-evans/repository-dispatch@v2
with: