diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index f16a11a..13344b7 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -1,8 +1,6 @@ name: CD on: - pull_request: - branches: [ "main" ] push: branches: [ "main" ] diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index adece03..72fde04 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,9 +1,6 @@ name: CI on: - pull_request: - branches: - - main push: branches: - main