Skip to content

Commit

Permalink
Add name to workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
EliseChouleur committed Oct 30, 2023
1 parent 8857e68 commit d43cf72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: Release on crates.io
on:
push:
# Pattern matched against refs/tags
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: Launch tests
on: [push, pull_request]

env:
Expand Down

0 comments on commit d43cf72

Please sign in to comment.