diff options
| author | Marie <marie@kaifa.ch> | 2023-09-28 16:36:41 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-28 16:36:41 +0200 |
| commit | e8b79271c6fbc342943670c6710d9fb5a062f497 (patch) | |
| tree | d0897e1022a498544d3c1e8d03a0a34e7bc1c4b9 /.github/workflows | |
| parent | Update README.md (diff) | |
| download | sharkey-e8b79271c6fbc342943670c6710d9fb5a062f497.tar.gz sharkey-e8b79271c6fbc342943670c6710d9fb5a062f497.tar.bz2 sharkey-e8b79271c6fbc342943670c6710d9fb5a062f497.zip | |
ci: make lint ignore PRs from weblate
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/lint.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 75fb60ae6b..95d51dc967 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -8,6 +8,8 @@ on: paths: - packages/** pull_request: + branches-ignore: + - weblate jobs: pnpm_install: |