Skip to content

Commit 1e077c0

Browse files
committed
feat: Update workflow triggers.
1 parent 18eede1 commit 1e077c0

2 files changed

Lines changed: 6 additions & 9 deletions

File tree

.github/workflows/docs.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: Deploy to GitHub Pages
22

33
on:
4-
push:
5-
branches: [$default-branch]
4+
release:
5+
types:
6+
- created
67
workflow_dispatch:
78

89
permissions:

.github/workflows/release.yaml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
name: Release to PyPi
22

3-
# on:
4-
# release:
5-
# types:
6-
# - created
7-
83
on:
9-
push:
10-
branches: [$default-branch]
4+
release:
5+
types:
6+
- created
117
workflow_dispatch:
128

139
jobs:

0 commit comments

Comments
 (0)