From 106d024ea9606ec26897df93206a2cbf8fe92132 Mon Sep 17 00:00:00 2001 From: Waylon Walker Date: Mon, 9 Mar 2020 22:49:47 -0500 Subject: [PATCH] Update kedro-action.yml --- .github/workflows/kedro-action.yml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/.github/workflows/kedro-action.yml b/.github/workflows/kedro-action.yml index 48fc2a2..aa2d3db 100644 --- a/.github/workflows/kedro-action.yml +++ b/.github/workflows/kedro-action.yml @@ -1,10 +1,14 @@ name: kedro -on: - push: - branches: - - master +# on: +# push: +# branches: +# - master +on: + watch: + types: [ started ] + jobs: kedro: @@ -13,7 +17,7 @@ jobs: steps: - uses: actions/checkout@master - name: Kedro - uses: WaylonWalker/kedro-action@a0614a2 + uses: WaylonWalker/kedro-action@develop - name: Deploy-docs uses: crazy-max/ghaction-github-pages@v1.3.0 with: