mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Only build documentation for main branch push
This commit is contained in:
parent
c75e20e58f
commit
ee95291418
5
.github/workflows/documentation.yml
vendored
5
.github/workflows/documentation.yml
vendored
@ -1,7 +1,10 @@
|
||||
# ci.yml file for GitHub Actions
|
||||
name: Documentation
|
||||
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
|
||||
permissions:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user