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:
parent
002b9f124c
commit
8523de2977
|
@ -3,17 +3,12 @@ name: Run tests
|
|||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- "main"
|
||||
- "rc"
|
||||
- "hotfix-rc-*"
|
||||
pull_request:
|
||||
branches-ignore:
|
||||
- 'l10n_master'
|
||||
- 'cf-pages'
|
||||
paths:
|
||||
- 'apps/**'
|
||||
- 'libs/**'
|
||||
- '*'
|
||||
- '!*.md'
|
||||
- '!*.txt'
|
||||
- '.github/workflows/test.yml'
|
||||
|
||||
defaults:
|
||||
run:
|
||||
|
|
Loading…
Reference in New Issue