From 150eceafa9c4994550f2149e81be62fe7cf4ef84 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Mon, 1 Feb 2021 15:12:30 -0500 Subject: [PATCH] s/main/github-actions-ci-main/ --- .github/workflows/pullrequest.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 41ca282c8..f52bfe7dd 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -3,10 +3,10 @@ name: pull-request on: push: branches: - - main + - github-actions-ci-main pull_request: branches: - - main + - github-actions-ci-main jobs: cross-build-pull-request: