Skip to content

Commit

Permalink
Merge pull request #278 from willowtreeapps/feature/ci/auto-update-re…
Browse files Browse the repository at this point in the history
…adme

add release trigger back
  • Loading branch information
andrewowen authored Feb 13, 2024
2 parents 5eb2a22 + 8a86a85 commit ec125eb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/post-release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Post Release

on: [workflow_dispatch]
on:
release:
types: [ published ]

jobs:
update-readme:
Expand Down

0 comments on commit ec125eb

Please sign in to comment.