We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02704f5 commit 1de0a6cCopy full SHA for 1de0a6c
.github/workflows/build.yml
@@ -2,7 +2,11 @@ on:
2
push:
3
branches:
4
- main
5
+ paths-ignore:
6
+ - "launcher_go/**"
7
pull_request:
8
9
10
schedule:
11
- cron: "0 0 * * *"
12
.github/workflows/launcher_go.yml
@@ -6,9 +6,11 @@ on:
paths:
- "launcher_go/**"
+ - ".github/workflows/launcher_go.yml"
13
14
15
jobs:
16
lint:
0 commit comments