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 402779f commit 387a594Copy full SHA for 387a594
.github/workflows/go.yml
@@ -3,8 +3,17 @@ name: Go CI
3
on:
4
push:
5
branches: [main]
6
+ paths:
7
+ - 'lantern-core/**'
8
+ - 'go.mod'
9
+ - 'go.sum'
10
+ - '.github/workflows/go.yml'
11
pull_request:
- branches: [main]
12
13
14
15
16
17
18
jobs:
19
build:
.github/workflows/transifex-push.yml
@@ -3,6 +3,10 @@ name: "Push to transifex"
+ - 'assets/locales/**'
+ - '.tx/config'
+ - '.github/workflows/transifex-push.yml'
workflow_dispatch:
0 commit comments