Skip to content

Commit ba1b098

Browse files
authored
Add repository_dispatch event for Pages workflow
1 parent 93d46f9 commit ba1b098

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/pages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ on:
33
workflow_dispatch:
44
push:
55
branches: main
6+
repository_dispatch:
7+
types: [pages]
68

79
permissions:
810
contents: read

0 commit comments

Comments
 (0)