Skip to content

Commit

Permalink
DEV: Allow workflows to be run manually
Browse files Browse the repository at this point in the history
  • Loading branch information
dwhieb committed Oct 8, 2024
1 parent 01a986d commit 72cb0cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Release
on:
release:
types: [published]
workflow_dispatch:

jobs:
release:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
workflow_dispatch:

jobs:
test:
Expand Down

0 comments on commit 72cb0cd

Please sign in to comment.