Skip to content

Commit

Permalink
fix GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
andreapavoni committed Oct 25, 2023
1 parent 68e3b5c commit 7939bc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Rust
name: CI

on:
push:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/crates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ name: crates.io
on:
push:
tags:
- '*' # Push events to every tag not containing /
workflow_dispatch:

- 'v*' # Push events to every tag not containing /
jobs:
publish:
name: Publish
Expand Down

0 comments on commit 7939bc4

Please sign in to comment.