Skip to content

Commit

Permalink
chore: rename release yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
aniruddha-adhikary committed Nov 11, 2024
1 parent 1e8250b commit e66a94f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/release.yml → .github/build-apk.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# author: github.com/hmasum52
name: release-build
name: Release Build

on:
workflow_dispatch: # Manually trigger the workflow

push:
branches:
- master

permissions:
contents: write

Expand Down

0 comments on commit e66a94f

Please sign in to comment.