Updated when github actions run

This commit is contained in:
Dan Brown 2021-08-04 21:22:14 +01:00
parent a04064f981
commit 65ebffa002
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9
2 changed files with 8 additions and 16 deletions

View File

@ -2,15 +2,11 @@ name: phpunit
on:
push:
branches:
- master
- release
- gh_actions_update
branches-ignore:
- l10n_master
pull_request:
branches:
- '*'
- '*/*'
- '!l10n_master'
branches-ignore:
- l10n_master
jobs:
build:

View File

@ -2,15 +2,11 @@ name: test-migrations
on:
push:
branches:
- master
- release
- gh_actions_update
branches-ignore:
- l10n_master
pull_request:
branches:
- '*'
- '*/*'
- '!l10n_master'
branches-ignore:
- l10n_master
jobs:
build: