Browse Source

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

Tigger Kindel 2 years ago
parent
commit
f8079e0711
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/publish.yml

+ 2 - 2
.github/workflows/publish.yml

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