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 7d5a581 commit 4df0152Copy full SHA for 4df0152
.github/workflows/docs.yml
@@ -1,19 +1,11 @@
1
name: Docs
2
3
on:
4
+ # Runs on pushes targeting the default branch
5
push:
- branches:
6
- - main
7
- paths:
8
- - src/**
9
- - docs/**
10
- - .github/workflows/docs.yml
11
- pull_request:
12
13
14
15
16
+ branches: ["main"]
+
+ # Allows you to run this workflow manually from the Actions tab
17
workflow_dispatch:
18
19
jobs:
.github/workflows/jekyll-gh-pages.yml
0 commit comments