Skip to content

Commit

Permalink
Merge pull request #90 from NixOS/allow-manual-after-release
Browse files Browse the repository at this point in the history
workflows/after-release: Allow manually running
  • Loading branch information
infinisil authored Jul 26, 2024
2 parents 838f246 + 250ebac commit 3d9264f
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 3d9264f

Please sign in to comment.