1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-21 09:22:09 +03: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
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: