Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcpeapsUnterstrichHD committed Sep 3, 2024
1 parent f3783f5 commit 70f2a5c
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/rust-release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# .github/workflows/release.yml
name: Build and Release Rust CLI

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

jobs:
release:
Expand Down

0 comments on commit 70f2a5c

Please sign in to comment.