Skip to content

Commit

Permalink
workflows/after-release: Allow manually running
Browse files Browse the repository at this point in the history
For some reason it didn't trigger for the 0.1.2 release.
Let's trigger it manually for now
  • Loading branch information
infinisil committed Jul 26, 2024
1 parent 838f246 commit 250ebac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/after-release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: After Release

on:
workflow_dispatch: # Allows triggering manually
release:
types: [published]

Expand Down

0 comments on commit 250ebac

Please sign in to comment.