Skip to content

Commit

Permalink
ghaction update
Browse files Browse the repository at this point in the history
Signed-off-by: Navid Yaghoobi <[email protected]>
  • Loading branch information
navidys committed Jun 30, 2024
1 parent dc07aea commit 78364bb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
---
name: Publish

on:
push:
tags:
- 'v*'
branches:
- main

workflow_dispatch:

jobs:
publish_crate:
name: Publish crate
runs-on: 'ubuntu-latest'
steps:
- name: Check out the repo
uses: actions/checkout@v2

- name: Install stable toolchain
uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit 78364bb

Please sign in to comment.