Skip to content

Commit 8cd2dc3

Browse files
authored
undo workflow change
1 parent 8b1da3a commit 8cd2dc3

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: ["vk_contrib_docs"]
6+
branches: ["master"]
7+
paths:
8+
- '.github/workflows/jekyll-gh-pages.yml'
9+
- 'contributor-docs/**'
10+
pull_request:
711
paths:
812
- '.github/workflows/jekyll-gh-pages.yml'
913
- '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)