There was an error while loading. Please reload this page.
1 parent 18eede1 commit 1e077c0Copy full SHA for 1e077c0
2 files changed
.github/workflows/docs.yaml
@@ -1,8 +1,9 @@
1
name: Deploy to GitHub Pages
2
3
on:
4
- push:
5
- branches: [$default-branch]
+ release:
+ types:
6
+ - created
7
workflow_dispatch:
8
9
permissions:
.github/workflows/release.yaml
@@ -1,13 +1,9 @@
name: Release to PyPi
-# on:
-# release:
-# types:
-# - created
-
10
11
12
13
jobs:
0 commit comments