Fixed yml

This commit is contained in:
Tig
2024-07-11 16:30:28 -06:00
parent 847e71012f
commit 5353f66c4b
6 changed files with 17 additions and 16 deletions

View File

@@ -3,7 +3,7 @@ name: Build and publish API docs
on:
push:
# only publish v2 (main or develop); v2 is published via the Terminal.GuiV2Docs repo
branches: [main, develop]
branches: [v1_release, v1_develop]
paths:
- docfx/**

View File

@@ -2,11 +2,11 @@ name: .NET Core
on:
push:
branches: [ main, develop ]
branches: [ v1_release, v1_develop ]
paths-ignore:
- '**.md'
pull_request:
branches: [ main, develop ]
branches: [ v1_release, v1_develop ]
paths-ignore:
- '**.md'

View File

@@ -2,7 +2,7 @@ name: Publish Terminal.Gui
on:
push:
branches: [ main, develop, v2_release, v2_develop ]
branches: [ v1_release, v1_develop, v2_release, v2_develop ]
tags:
- v*
paths-ignore: