Skip to content

Commit 98cdc8c

Browse files
committed
use filepath change to trigger main workflow
1 parent b72abff commit 98cdc8c

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
name: Knative Tutorial
22

33
on:
4-
release:
5-
types: [created, published,released]
4+
push:
5+
paths:
6+
- '**'
7+
- '!.github/workflows/**'
8+
- '.github/workflows/main.yml'
9+
- '.github/workflows/site.yml'
610
env:
711
SITE_DIR: "gh-pages"
812

0 commit comments

Comments
 (0)