From 68dc52c6a5aad1b6c617a6c0e30fd52edfd55cc3 Mon Sep 17 00:00:00 2001 From: Shabinder Singh Date: Tue, 18 May 2021 01:15:06 +0530 Subject: [PATCH] Only Test and build upon a pull-request --- .github/workflows/build-and-publish-kjs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-publish-kjs.yml b/.github/workflows/build-and-publish-kjs.yml index 354c659c..cfc49376 100644 --- a/.github/workflows/build-and-publish-kjs.yml +++ b/.github/workflows/build-and-publish-kjs.yml @@ -1,5 +1,5 @@ name: Build and Publish -on: [ push, pull_request ] +on: [ pull_request ] jobs: build: name: Test and Build