Skip to content

Commit 97b685a

Browse files
committed
fix: Run docs workflow only on new releases
1 parent a00cee3 commit 97b685a

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,13 @@
11
name: Docs
22

3-
on: [push, release, workflow_dispatch]
3+
on: [release, workflow_dispatch]
44

55
jobs:
66
docs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v2
1010

11-
# - name: Setup JDK 1.8
12-
# uses: actions/setup-java@v1
13-
# with:
14-
# java-version: 1.8
15-
1611
- name: Set up Python
1712
uses: actions/setup-python@v2
1813
with:

0 commit comments

Comments
 (0)