Skip to content

Commit

Permalink
Update build-bsa-uefi.yml (ARM-software#201)
Browse files Browse the repository at this point in the history
- fix branch name
  • Loading branch information
amrathesh authored Sep 7, 2023
1 parent 45bc6f9 commit 72625a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-bsa-uefi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: BSA-ACS UEFI application build
on:
push:
branches: # trigger on push to master
- master
- main
pull_request: # trigger on pull requests to master
branches:
- master
- main
schedule:
- cron: '0 4 * * *' # runs at 10 AM IST (4 AM UTC) every day
workflow_dispatch: # to dispatch from Github Actions
Expand Down Expand Up @@ -100,4 +100,4 @@ jobs:
with:
name: Bsa_dt_target.efi
path: edk2/Build/Shell/DEBUG_GCC49/AARCH64/Bsa.efi
if-no-files-found: error
if-no-files-found: error

0 comments on commit 72625a3

Please sign in to comment.