Skip to content

Commit

Permalink
Convert actions to trigger on release
Browse files Browse the repository at this point in the history
  • Loading branch information
itskalvik committed Aug 17, 2024
1 parent a1f1ab5 commit 16f3fc9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/mkdocs-action.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Update mkdocs website

on:
push:
branches:
- main
release:
types: [released]

permissions:
contents: write
jobs:
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/pypi-action.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: Publish Python Package
name: Publish python package

on:
push:
branches:
- main
release:
types: [released]

jobs:
build:
Expand Down

0 comments on commit 16f3fc9

Please sign in to comment.