mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 21:33:27 +00:00
Run tests on pushes and not just pull requests (#7370)
* Run tests on pushes and not just pull requests * Simplify where it runs on push * Wildcard hotfixes
This commit is contained in:
15
.github/workflows/test.yml
vendored
15
.github/workflows/test.yml
vendored
@@ -3,17 +3,12 @@ name: Run tests
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- "main"
|
||||||
|
- "rc"
|
||||||
|
- "hotfix-rc-*"
|
||||||
pull_request:
|
pull_request:
|
||||||
branches-ignore:
|
|
||||||
- 'l10n_master'
|
|
||||||
- 'cf-pages'
|
|
||||||
paths:
|
|
||||||
- 'apps/**'
|
|
||||||
- 'libs/**'
|
|
||||||
- '*'
|
|
||||||
- '!*.md'
|
|
||||||
- '!*.txt'
|
|
||||||
- '.github/workflows/test.yml'
|
|
||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
|
|||||||
Reference in New Issue
Block a user