Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
Add a workflow_dispatch for testing.
  • Loading branch information
kwhite-uottawa authored Nov 20, 2024
1 parent 8ee59c8 commit c0ff2d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Release

on: [push]
on: [push, workflow_dispatch]

permissions:
contents: write
Expand Down

0 comments on commit c0ff2d7

Please sign in to comment.