mirror of
https://github.com/ReVanced/revanced-cli.git
synced 2026-01-11 05:46:19 +00:00
ci: only dispatch documentation update event if on branch main
This commit is contained in:
1
.github/workflows/update-documentation.yml
vendored
1
.github/workflows/update-documentation.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user