Ignore GH Actions run when PR syncs

This commit is contained in:
Duy Tran Khanh 2022-06-05 17:46:16 +07:00 committed by GitHub
parent 632ecf494a
commit 05e326b312
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,7 @@ on:
pull_request: pull_request:
branches-ignore: branches-ignore:
- 'l10n_v3_openjdk2' - 'l10n_v3_openjdk2'
types: [opened, reopened]
push: push:
branches-ignore: branches-ignore:
- 'l10n_v3_openjdk2' - 'l10n_v3_openjdk2'