Skip to content

Commit ddd315c

Browse files
Create a new release when a new tag is pushed to master branch
1 parent b209557 commit ddd315c

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,8 @@ name: Release APK on GitHub
22

33
on:
44
push:
5-
branches:
6-
- master
7-
pull_request:
8-
branches:
9-
- master
5+
tags:
6+
- '*'
107

118
jobs:
129

0 commit comments

Comments
 (0)