Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BFergerson authored Oct 14, 2024
1 parent a89719b commit ceee646
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Download Release

# Controls when the workflow will run
on: push
on:
workflow_dispatch:

jobs:

Expand All @@ -26,4 +27,4 @@ jobs:
run: ls

- name: Inspect content
run: cat hello.txt
run: cat hello.txt

0 comments on commit ceee646

Please sign in to comment.