From 3555f51b947e1e303cd4cdfa24498aac9d780133 Mon Sep 17 00:00:00 2001 From: oluwolenpbc Date: Wed, 13 Sep 2023 11:37:43 -0400 Subject: [PATCH] set it to all branches on push --- .github/workflows/github-actions-impl-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-actions-impl-test.yml b/.github/workflows/github-actions-impl-test.yml index c6bc18da4..6b30ce218 100644 --- a/.github/workflows/github-actions-impl-test.yml +++ b/.github/workflows/github-actions-impl-test.yml @@ -3,7 +3,7 @@ name: GitHub Actions Workflow on: push: branches: - - master + - '*' jobs: build: