Skip to content

Commit afdc087

Browse files
committed
Update build workflow to ignore go launcher
1 parent 02704f5 commit afdc087

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@ on:
22
push:
33
branches:
44
- main
5+
paths-ignore:
6+
- "launcher_go/**"
57
pull_request:
8+
paths-ignore:
9+
- "launcher_go/**"
610
schedule:
711
- cron: "0 0 * * *"
812

0 commit comments

Comments
 (0)