Skip to content

Commit

Permalink
fix: updating workflows to run on edited
Browse files Browse the repository at this point in the history
using release please means releases aren't triggering action runs because they are bots. To trigger release actions the release needs to be edited
  • Loading branch information
lachlangrose committed Sep 28, 2021
1 parent 14442c7 commit 5b051f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build documentation and deploy

on:
release:
types: [published]
types: [edited, created]

jobs:
flake8:
Expand Down

0 comments on commit 5b051f4

Please sign in to comment.