Skip to content

Commit 4df0152

Browse files
committed
Test
1 parent 7d5a581 commit 4df0152

File tree

2 files changed

+4
-72
lines changed

2 files changed

+4
-72
lines changed

.github/workflows/docs.yml

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,11 @@
11
name: Docs
22

33
on:
4+
# Runs on pushes targeting the default branch
45
push:
5-
branches:
6-
- main
7-
paths:
8-
- src/**
9-
- docs/**
10-
- .github/workflows/docs.yml
11-
pull_request:
12-
branches:
13-
- main
14-
paths:
15-
- docs/**
16-
- .github/workflows/docs.yml
6+
branches: ["main"]
7+
8+
# Allows you to run this workflow manually from the Actions tab
179
workflow_dispatch:
1810

1911
jobs:

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

Lines changed: 0 additions & 60 deletions
This file was deleted.

0 commit comments

Comments
 (0)