Skip to content

Commit d67e834

Browse files
committed
Run Agilex 5 build in standard CI triggers
1 parent 32f720b commit d67e834

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/test-build-agilex5.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,23 @@
11
name: Agilex 5 wolfBoot build
22

33
on:
4+
push:
5+
branches: [ 'master', 'main', 'release/**' ]
46
workflow_dispatch:
57
pull_request:
8+
branches: [ '*' ]
69
paths:
710
- 'arch.mk'
811
- 'config/examples/agilex5_013b_sdcard.config'
912
- 'hal/agilex5.*'
13+
- 'hal/board/agilex5/**'
1014
- 'include/sdhci.h'
1115
- 'src/boot_aarch64*'
1216
- 'src/sdhci.c'
1317
- 'src/update_disk.c'
1418
- 'test-app/app_agilex5.c'
19+
- 'tools/bin-assemble/**'
20+
- 'tools/keytools/**'
1521
- '.github/workflows/test-build-agilex5.yml'
1622

1723
jobs:

0 commit comments

Comments
 (0)