mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-24 17:28:08 +00:00
Merge branch 'master' into 3.0
# Conflicts: # .github/workflows/publish_api_documentation.yml
This commit is contained in:
commit
ec61faa035
@ -3,6 +3,8 @@ name: publish-api-documentation
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- 3.0
|
||||
tags:
|
||||
- v3.*
|
||||
|
||||
@ -13,6 +15,9 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
ref: "3.0"
|
||||
- uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: 3.6
|
||||
|
Loading…
Reference in New Issue
Block a user