mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Trying to figure out why actions aren't running on push
This commit is contained in:
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@@ -2,12 +2,12 @@ name: Publish Terminal.Gui v2
|
||||
on:
|
||||
push:
|
||||
push:
|
||||
branches: [ v2_develop ]
|
||||
branches:
|
||||
- v2_develop
|
||||
tags:
|
||||
- v2.0.0-alpha.*
|
||||
|
||||
jobs:
|
||||
|
||||
publish:
|
||||
name: Build and Publish v2 to Nuget.org
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user