diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 690540eb..2e63710f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,7 +2,7 @@ name: CI on: push: - branches: [ main ] +# branches: [ main ] pull_request: branches: [ main ] workflow_dispatch: diff --git a/.github/workflows/deps.yaml b/.github/workflows/deps.yaml index f892f26d..db599aa0 100644 --- a/.github/workflows/deps.yaml +++ b/.github/workflows/deps.yaml @@ -2,7 +2,7 @@ name: Build dependencies on: push: - branches: [ main ] +# branches: [ main ] pull_request: branches: [ main ] workflow_dispatch: