Skip to content

Commit

Permalink
chore: add a build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Amninder Kaur committed Sep 5, 2023
1 parent 9aeead7 commit 759a24f
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: release app binary on tag

# push to branch
on:
push:
branches:
- master
- feature/*
- release/*
- hotfix/*
- bugfix/*
- chore/*
- ci/*
- docs/*
- refactor/*
- style/*
- test/*
- wip/*
- revert/*
- fix/*
- perf/*
- revert/*

jobs:
build:
uses: ./.github/workflows/rust_build.yml

0 comments on commit 759a24f

Please sign in to comment.