Skip to content

Commit 9622037

Browse files
author
tkokhing
committed
update yaml workflow
1 parent 8c65e93 commit 9622037

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/nextjs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: Deploy tkokhing main page to GitHub Pages
22

3+
34
on:
5+
repository_dispatch:
6+
types: [update-content] # matches the event_type sent above
7+
48
push:
59
branches: ["main"]
610
workflow_dispatch:

0 commit comments

Comments
 (0)