Skip to content

Commit d2987a3

Browse files
authored
disable builds on commit
1 parent fa5c6d6 commit d2987a3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/android.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
jobs:
88
build:
99
runs-on: ubuntu-latest
10+
if: startsWith(github.event.head_commit.message, 'release')
1011

1112
steps:
1213
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)