From ecfe6ea1e8f4e61275c15a479ae2754eb946f778 Mon Sep 17 00:00:00 2001 From: Jason Lantz Date: Fri, 26 Jan 2024 11:27:58 -0700 Subject: [PATCH] Re-enable feature builds --- .github/workflows/feature.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/feature.yml b/.github/workflows/feature.yml index 5322c83..caaa370 100644 --- a/.github/workflows/feature.yml +++ b/.github/workflows/feature.yml @@ -1,10 +1,10 @@ name: 2GP Feature Test on: workflow_dispatch: - #push: - # branches: - # - feature/** - # - main + push: + branches: + - feature/** + - main jobs: feature-test: name: "Feature Test"