Skip to content

Commit e598069

Browse files
committed
workflow event change
run workflow only when a shell script or a yml file commited
1 parent 5f1d082 commit e598069

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build-udroid.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: build-udroid
2-
on: [push]
2+
on:
3+
push:
4+
paths:
5+
- '**.sh'
6+
- '**.yml'
37
jobs:
48
BuildImpishRaw:
59
name: build impish

0 commit comments

Comments
 (0)