Skip to content

Commit 1de0a6c

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

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-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

.github/workflows/launcher_go.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ on:
66
- main
77
paths:
88
- "launcher_go/**"
9+
- ".github/workflows/launcher_go.yml"
910
pull_request:
1011
paths:
1112
- "launcher_go/**"
13+
- ".github/workflows/launcher_go.yml"
1214

1315
jobs:
1416
lint:

0 commit comments

Comments
 (0)