summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2021-02-05 16:00:26 -0500
committerPeter Jones <pjones@redhat.com>2021-02-05 16:30:57 -0500
commitaed06cd1b8539dc03119eb57ade9913d361c9822 (patch)
treee92e8d9bf04b980a2f9b7d47e4c287189a6fae46
parent2b53e3d35602fd2bbb8f6162187f6ec5073cae8c (diff)
downloadefi-boot-shim-aed06cd1b8539dc03119eb57ade9913d361c9822.tar.gz
efi-boot-shim-aed06cd1b8539dc03119eb57ade9913d361c9822.zip
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 <pjones@redhat.com>
-rw-r--r--.github/workflows/pullrequest.yml1
1 files changed, 1 insertions, 0 deletions
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: