From aed06cd1b8539dc03119eb57ade9913d361c9822 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Fri, 5 Feb 2021 16:00:26 -0500 Subject: github workflows: add the sbat branch to one PR builds run for This adds the "sbat" branch to the list of branches where a build is done if a PR is submitted against that branch. Signed-off-by: Peter Jones --- .github/workflows/pullrequest.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github/workflows/pullrequest.yml') diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 635c7f0b..3f68cbbf 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -4,6 +4,7 @@ on: pull_request: branches: - main + - sbat jobs: pull-request-intel: -- cgit v1.2.3