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

github.com/gohugoio/go-i18n.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Snyder <nickdsnyder@gmail.com>2020-09-29 02:18:20 +0300
committerGitHub <noreply@github.com>2020-09-29 02:18:20 +0300
commit354b2fc20611e59aaf6e988cf324a1d85caa2917 (patch)
tree7e972d205a6a00f7a1d41fe24e26870184e1fa09
parent66dee750b54fda381116a1c93336f24f67b2613f (diff)
Pull request event
-rw-r--r--.github/workflows/build.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index c3cf9ff..e9ba307 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -1,6 +1,7 @@
name: Build
on:
- push
+ - pull_request
jobs:
build:
runs-on: ubuntu-latest