We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2035ca2 commit 74f3a34Copy full SHA for 74f3a34
.github/workflows/jekyll-gh-pages.yml
@@ -3,14 +3,14 @@ name: Jekyll with GitHub Pages
3
on:
4
# Runs on pushes targeting the default branch
5
push:
6
- branches: ["master"]
7
- paths:
8
- - '.github/workflows/jekyll-gh-pages.yml'
9
- - 'contributor-docs/**'
10
- pull_request:
+ branches: ["vk_contrib_docs"]
11
paths:
12
- '.github/workflows/jekyll-gh-pages.yml'
13
- 'contributor-docs/**'
+ #pull_request:
+ # paths:
+ # - '.github/workflows/jekyll-gh-pages.yml'
+ # - 'contributor-docs/**'
14
15
# Allows you to run this workflow manually from the Actions tab
16
workflow_dispatch:
0 commit comments