Skip to content

Commit

Permalink
Enable release actions
Browse files Browse the repository at this point in the history
  • Loading branch information
steffanschlein committed Dec 10, 2021
1 parent 66c48cd commit d26e807
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-documentation.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Deploy Documentation

on:
release:
types:
- published
workflow_dispatch:

jobs:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/release-production.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Release Package PyPI

on:
workflow_dispatch:
release:
types:
- published

jobs:
release-test:
Expand Down

0 comments on commit d26e807

Please sign in to comment.