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 afdc087Copy full SHA for afdc087
.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
0 commit comments