1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-06-22 09:55:16 +02:00

Fixes incorrect path in workflow (#1806)

This commit is contained in:
Micaiah Martin 2022-02-23 10:29:40 -06:00 committed by GitHub
parent 31a3ec963b
commit ded3f07fa6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ on:
- 'l10n_master'
- 'gh-pages'
paths-ignore:
- "./github/workflows/**"
- '.github/workflows/**'
jobs:
cloc: