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: