This is an automated email from the ASF dual-hosted git repository.

smakov pushed a commit to branch github-actions
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git


The following commit(s) were added to refs/heads/github-actions by this push:
     new 4fd84df  WIP on Github Actions setup.
4fd84df is described below

commit 4fd84df9fa675f9b1941bf4246537e2c889654ec
Author: smakov <[email protected]>
AuthorDate: Tue May 19 13:40:39 2020 +0300

    WIP on Github Actions setup.
---
 .github/workflows/build.yml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index fee64fb..06387e9 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -15,7 +15,13 @@
 
 name: build
 
-on: [push, pull_request]
+on:
+  push:
+    branches:
+      - master
+  pull_request:
+    branches:
+      - master
 
 jobs:
   build:

Reply via email to