Skip to content

Commit

Permalink
script to build the apps + a changelog template
Browse files Browse the repository at this point in the history
  • Loading branch information
cortisiko committed Aug 4, 2024
1 parent 07cc229 commit 6b86b2c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/create-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@ name: Create executables

on:
push:
# branches:
# - main
# pull_request: null
tags:
- 'v*.*.*'
branches:
- main
pull_request: null

jobs:
build:
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog

## DRAFT

### New Features 🎉

### Infra Changes 🛠

### Tests Changes 🤖

### Bug Fixes 🐛

0 comments on commit 6b86b2c

Please sign in to comment.