diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index b8ae25ab..a67dce31 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -1,9 +1,6 @@ name: Pull Request on: - push: - # trigger ci by creating a branch starting with ci-test/ - branches: 'ci-test/*' pull_request: branches: '*'