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: on:
push: push:
branches: branches-ignore:
- master - l10n_master
- release
- gh_actions_update
pull_request: pull_request:
branches: branches-ignore:
- '*' - l10n_master
- '*/*'
- '!l10n_master'
jobs: jobs:
build: build:

View File

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