Merge pull request #1896 from tig/update_workflows

Fix workflows
This commit is contained in:
Tig Kindel
2022-07-26 09:13:02 -04:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
name: "Code scanning - action"
name: "Code scanning"
on:
push:

View File

@@ -1,10 +1,10 @@
name: Build Terminal.Gui with .NET Core
name: Build & Test Terminal.Gui with .NET Core
on:
push:
branches: [ main ]
branches: [ main, develop ]
pull_request:
branches: [ main ]
branches: [ main, develop ]
jobs:
build: