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 8b1da3a commit 8cd2dc3Copy full SHA for 8cd2dc3
.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: ["vk_contrib_docs"]
+ branches: ["master"]
7
+ paths:
8
+ - '.github/workflows/jekyll-gh-pages.yml'
9
+ - 'contributor-docs/**'
10
+ pull_request:
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