diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2020-09-12 16:58:17 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-12 16:58:17 +0530 |
commit | c3a0bddf840b997be5eef7b5d51b75c2574a2688 (patch) | |
tree | 5a58a3b6d2e4cab8e59f3bad3d10f6f3e426ffec | |
parent | e242b628257e50e864b97b4979292247e7f48035 (diff) |
Update action.yml
-rw-r--r-- | .github/workflows/action.yml | 4 |
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: |