We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa5c6d6 commit d2987a3Copy full SHA for d2987a3
1 file changed
.github/workflows/android.yml
@@ -7,6 +7,7 @@ on:
7
jobs:
8
build:
9
runs-on: ubuntu-latest
10
+ if: startsWith(github.event.head_commit.message, 'release')
11
12
steps:
13
- uses: actions/checkout@v4
0 commit comments