Skip to content

Commit

Permalink
Add workflow_dispatch for manual publish
Browse files Browse the repository at this point in the history
  • Loading branch information
pksunkara committed Jul 21, 2020
1 parent ca961b3 commit 6fd5c72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Publish
on:
workflow_dispatch: # We can add version input when 1.0 is released and scheduled releases are removed
schedule:
- cron: "0 0 * * 0" # midnight UTC on Sunday

Expand All @@ -18,7 +19,7 @@ jobs:
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: stable
profile: minimal
override: true

Expand Down

0 comments on commit 6fd5c72

Please sign in to comment.