aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2020-09-12 16:55:27 +0530
committerGitHub <noreply@github.com>2020-09-12 16:55:27 +0530
commit0894fd467f8e035269dc6c7e432cd7f206932f6a (patch)
treefd8f4029d0e2dd3b059f422fd1d4250b2403302a
parent2600eed29041798c11328882baf9857ac026e8d9 (diff)
latest build executes only on masterHEADmaster
-rw-r--r--.github/workflows/action.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml
index b3b7284..926f380 100644
--- a/.github/workflows/action.yml
+++ b/.github/workflows/action.yml
@@ -1,7 +1,9 @@
name: Curie-CLI Build
on:
- push
+ push:
+ branches:
+ - master
jobs:
docker-hub: