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:
Matt Bishop 2023-12-27 15:27:17 -05:00 committed by GitHub
parent 002b9f124c
commit 8523de2977
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 10 deletions

View File

@ -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: