Trying to figure out why actions aren't running on push

This commit is contained in:
Tigger Kindel
2023-06-07 10:40:07 -06:00
parent 49592597bf
commit f8079e0711

View File

@@ -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