Skip to content

Commit 74f3a34

Browse files
authored
deploy
1 parent 2035ca2 commit 74f3a34

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/jekyll-gh-pages.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ name: Jekyll with GitHub Pages
33
on:
44
# Runs on pushes targeting the default branch
55
push:
6-
branches: ["master"]
7-
paths:
8-
- '.github/workflows/jekyll-gh-pages.yml'
9-
- 'contributor-docs/**'
10-
pull_request:
6+
branches: ["vk_contrib_docs"]
117
paths:
128
- '.github/workflows/jekyll-gh-pages.yml'
139
- 'contributor-docs/**'
10+
#pull_request:
11+
# paths:
12+
# - '.github/workflows/jekyll-gh-pages.yml'
13+
# - 'contributor-docs/**'
1414

1515
# Allows you to run this workflow manually from the Actions tab
1616
workflow_dispatch:

0 commit comments

Comments
 (0)