1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-12 06:23:38 +00:00

feat: tweak lint to run on PR and not just push

This commit is contained in:
Andreas Coroiu
2024-12-10 11:17:54 +01:00
parent 9ce8632bb2
commit fbadf16d1b

View File

@@ -1,12 +1,20 @@
name: Lint
on:
push:
pull_request:
types: [opened, synchronize]
branches-ignore:
- 'l10n_master'
- 'cf-pages'
paths-ignore:
- '.github/workflows/**'
push:
branches:
- 'main'
- 'rc'
- 'hotfix-rc-browser'
paths-ignore:
- '.github/workflows/**'
workflow_dispatch:
inputs: {}