mirror of
https://github.com/bitwarden/android.git
synced 2024-12-25 18:38:27 +03:00
Fixes incorrect path in workflow (#1806)
This commit is contained in:
parent
31a3ec963b
commit
ded3f07fa6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -7,7 +7,7 @@ on:
|
||||||
- 'l10n_master'
|
- 'l10n_master'
|
||||||
- 'gh-pages'
|
- 'gh-pages'
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- "./github/workflows/**"
|
- '.github/workflows/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
cloc:
|
cloc:
|
||||||
|
|
Loading…
Reference in a new issue