From 65ebffa002c6ebdf62f8b23a8e4558bd62feb7d6 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Wed, 4 Aug 2021 21:22:14 +0100 Subject: [PATCH] Updated when github actions run --- .github/workflows/phpunit.yml | 12 ++++-------- .github/workflows/test-migrations.yml | 12 ++++-------- 2 files changed, 8 insertions(+), 16 deletions(-) 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: