Skip to content

Commit 4422f95

Browse files
authored
fix[workflow]: Stop l10n branch from running workflow
This makes useless noise in the actions tab Signed-off-by: alexytomi <60690056+alexytomi@users.noreply.github.com>
1 parent 5f24b13 commit 4422f95

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/android.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ name: Android CI
33
on:
44
pull_request:
55
branches-ignore:
6-
- 'l10n_v3_openjdk2'
6+
- 'l10n_v3_openjdk'
77
types: [ opened, reopened ]
88
push:
99
branches-ignore:
10-
- 'l10n_v3_openjdk2'
10+
- 'l10n_v3_openjdk'
1111
workflow_dispatch:
1212

1313
jobs:

0 commit comments

Comments
 (0)