diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 18acebc1f..a364021ee 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -2,9 +2,6 @@ name: Go on: push: - branches: [ main ] - pull_request: - branches: [ main ] env: # Avoid noisy outputs like "tput: No value for $TERM and no -T specified" TERM: dumb diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 79326f113..7867f60fd 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,6 +1,6 @@ name: lint on: - pull_request: + push: jobs: lint: strategy: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e178aaf37..7f57b60ed 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,9 +1,6 @@ name: Kompose CI on: push: - branches: - - main - pull_request: env: # Avoid noisy outputs like "tput: No value for $TERM and no -T specified" TERM: dumb