Skip to content

Commit

Permalink
Allow manually triggered publishes
Browse files Browse the repository at this point in the history
This allows AssemblyScript#2786 (which fixes the regression from AssemblyScript#2757) to be
published as soon as possible. Note that the main branch is the only
branch that can be published, since `ref: main` is passed to
actions/checkout.
  • Loading branch information
CountBleck committed Nov 9, 2023
1 parent 0412030 commit d22ae96
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
@@ -1,5 +1,8 @@
name: Publish
on:
# Note that the main branch will be used regardless of the branch chosen
# in the web interface.
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
jobs:
Expand Down

0 comments on commit d22ae96

Please sign in to comment.