Skip to content

Commit

Permalink
Merge pull request #22 from mnbjhu/fixing_releasing
Browse files Browse the repository at this point in the history
rename
  • Loading branch information
mnbjhu authored Aug 6, 2024
2 parents a0c6a4d + 0da5cbe commit cb58a37
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/rust.yml → .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: Rust
name: Release

permissions:
contents: write

on:
pull_request:
push:
branches:
- master
release:
types: [created]

env:
CARGO_TERM_COLOR: always
Expand Down Expand Up @@ -132,7 +133,6 @@ jobs:
# deploys to github releases on tag
deploy:
if: startsWith(github.ref, 'refs/tags/')
needs: build
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit cb58a37

Please sign in to comment.