Update kedro-action.yml

This commit is contained in:
Waylon Walker 2020-03-09 22:49:47 -05:00 committed by GitHub
parent 2b91208670
commit 106d024ea9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,9 +1,13 @@
name: kedro name: kedro
# on:
# push:
# branches:
# - master
on: on:
push: watch:
branches: types: [ started ]
- master
jobs: jobs:
kedro: kedro:
@ -13,7 +17,7 @@ jobs:
steps: steps:
- uses: actions/checkout@master - uses: actions/checkout@master
- name: Kedro - name: Kedro
uses: WaylonWalker/kedro-action@a0614a2 uses: WaylonWalker/kedro-action@develop
- name: Deploy-docs - name: Deploy-docs
uses: crazy-max/ghaction-github-pages@v1.3.0 uses: crazy-max/ghaction-github-pages@v1.3.0
with: with: