Skip to content

Commit

Permalink
fix: trigger for main workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kameshsampath committed Mar 6, 2021
1 parent 93c69a0 commit 754d08d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Knative Tutorial

on:
release:
types: [published,released]
types:
- released
env:
SITE_DIR: "gh-pages"

Expand Down
4 changes: 2 additions & 2 deletions site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ site:
content:
sources:
- url: git@github.com:redhat-developer-demos/knative-tutorial.git
tags: v1.13.3
tags: v1.13.4
branches: []
start_path: documentation
asciidoc:
attributes:
tutorial-namespace: knativetutorial
branch: v1.13.3
branch: v1.13.4
workshop-domain: guru.devx.red
minikube-version: v1.17.1
openshift-version: v4.6
Expand Down

0 comments on commit 754d08d

Please sign in to comment.