Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xamarin/Xamarin.PropertyEditing.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings (MSFT) <mcumming@microsoft.com>2020-04-17 18:52:57 +0300
committerDominique Louis <savagesoftware@gmail.com>2020-04-20 17:07:32 +0300
commit8ddbe00c8a53af7d1fa31cbb719a3fcc8471d935 (patch)
treee591ca8b22546d6885d573d5f35eaa9b8da371f4
parentc93c21240b7f54ad4e03e97c03da8c4395b17e68 (diff)
Only run action on loc branch
-rw-r--r--.github/workflows/localization-pr.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/.github/workflows/localization-pr.yml b/.github/workflows/localization-pr.yml
index 7aa9302..875c002 100644
--- a/.github/workflows/localization-pr.yml
+++ b/.github/workflows/localization-pr.yml
@@ -1,6 +1,9 @@
name: Localization-CI
-on: [push]
+on:
+ push:
+ branches:
+ - loc
jobs:
build:
@@ -14,4 +17,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
- args: .ref refs/heads/loc -vv \ No newline at end of file
+ args: .ref refs/heads/loc -vv