From 72e0d1ddd1c330e508813f1c623eaafd0b1db18a Mon Sep 17 00:00:00 2001 From: deadlydog Date: Thu, 26 Oct 2023 19:33:31 -0600 Subject: [PATCH] ci: Use simpler syntax --- .github/workflows/build-and-test-powershell-module.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-test-powershell-module.yml b/.github/workflows/build-and-test-powershell-module.yml index 2fe394f..187074a 100644 --- a/.github/workflows/build-and-test-powershell-module.yml +++ b/.github/workflows/build-and-test-powershell-module.yml @@ -2,7 +2,7 @@ name: build on: pull_request: - branches: [ "main" ] + branches: main # Allows you to run this workflow manually from the Actions tab. workflow_dispatch: