diff --git a/.github/workflows/pullRequest.yml b/.github/workflows/pullRequest.yml index 7089c18c..c0526e99 100644 --- a/.github/workflows/pullRequest.yml +++ b/.github/workflows/pullRequest.yml @@ -1,16 +1,15 @@ ---- name: pull_request on: - push: - branches: - - main - pull_request: - branches: - - main + push: + branches: + - main + pull_request: + branches: + - main jobs: build: - name: build + name: '' runs-on: self-hosted continue-on-error: true steps: