diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 2ff05bc..9b66f68 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -32,6 +32,7 @@ jobs: report: true chart: true amend: true - if: | - github.event_name == 'push' + # if: | + # github.base_ref == 'main' && + # github.event_name == 'push' continue-on-error: true