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"