From a4e170895ccb90ff907b022b12c345204ab13812 Mon Sep 17 00:00:00 2001 From: anuveyatsu Date: Mon, 23 Mar 2020 11:45:54 +0600 Subject: [PATCH] [gh actions][xs]: specify on which branch to run the job. --- .github/workflows/actions.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 84cbc4a..a5d7e6b 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -1,3 +1,7 @@ +on: + push: + branches: [ master ] + jobs: build: runs-on: ubuntu-latest