Update kedro-action.yml
This commit is contained in:
parent
2b91208670
commit
106d024ea9
1 changed files with 9 additions and 5 deletions
12
.github/workflows/kedro-action.yml
vendored
12
.github/workflows/kedro-action.yml
vendored
|
|
@ -1,9 +1,13 @@
|
|||
name: kedro
|
||||
|
||||
# on:
|
||||
# push:
|
||||
# branches:
|
||||
# - master
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue