Skip to content

Commit 2e13454

Browse files
committed
GitHub: Move builder configs to assets
1 parent 94df082 commit 2e13454

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

File renamed without changes.
File renamed without changes.

.github/workflows/openwrt-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55
push:
66
paths:
7-
- .github/workflows/**
7+
- .github/**
88
- build/**
99
- targets/**
1010
branches:
@@ -75,7 +75,7 @@ jobs:
7575
run: |
7676
set +e
7777
cd openwrt-builder
78-
cp -R .github/workflows/openwrt-build/* .
78+
cp -R .github/assets/openwrt-build/* .
7979
. build/envsetup
8080
sync "${{ matrix.version }}"
8181
lunch "${{ matrix.lunch }}"

0 commit comments

Comments
 (0)