Skip to content

Commit 2275075

Browse files
committed
fwk: Don't filter paths and no dispatch
No reason to avoid building, we often do want to build if we just pull in core-changes. Workflow dispatch only works on the main branch... BUG=Leo was sad that #1197 did not trigger a rebuild TEST=Push new commit that doesn't touch zephyr/program/framework, will test build and not just lints BRANCH=fwk-lotus-azalea-19573 Signed-off-by: Daniel Schaefer <[email protected]>
1 parent c9f3ab6 commit 2275075

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/lotus-azalea-build.yml

-7
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,6 @@ on:
88
- fwk*
99
- framework*
1010
- pr-*
11-
paths:
12-
- 'zephyr/program/framework/**'
13-
- '.github/workflows/**'
14-
#pull_request:
15-
# branches:
16-
# - lotus-zephyr
17-
workflow_dispatch:
1811

1912
jobs:
2013
build:

0 commit comments

Comments
 (0)