Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Oct 11, 2023
1 parent a7fc96e commit 70d20ab
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/publish-bot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: "Publish (auto)"

on:
workflow_dispatch:
pull_request:
types: ["opened", "reopened", "synchronize"]

jobs:
publish-nightly:
runs-on: ubuntu-latest
steps:
- run: cargo xtask npm nightly

0 comments on commit 70d20ab

Please sign in to comment.