Skip to content

Commit

Permalink
[TASK] Ignore l10n branches from crowdin in testing action
Browse files Browse the repository at this point in the history
  • Loading branch information
mschwemer committed May 21, 2024
1 parent e4ad982 commit 8520cc4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
name: testing
on: [push, pull_request]
on:
push:
branches-ignore:
- 'l10n_*'
pull_request:
branches-ignore:
- 'l10n_*'

jobs:
php-lint:
Expand Down

0 comments on commit 8520cc4

Please sign in to comment.