0
0
Fork 0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-04-23 04:10:22 +00:00

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: