From: Dan Brown Date: Wed, 4 Aug 2021 20:22:14 +0000 (+0100) Subject: Updated when github actions run X-Git-Tag: v21.05.4~1^2 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/65ebffa002c6ebdf62f8b23a8e4558bd62feb7d6?hp=-c Updated when github actions run --- 65ebffa002c6ebdf62f8b23a8e4558bd62feb7d6 diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index b0ef05b8f..f12de6436 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -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: diff --git a/.github/workflows/test-migrations.yml b/.github/workflows/test-migrations.yml index 34aaf9c3f..c24a01984 100644 --- a/.github/workflows/test-migrations.yml +++ b/.github/workflows/test-migrations.yml @@ -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: