Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Commit a010364

Browse files
changed workflow trigger
1 parent 97401d6 commit a010364

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/gradle.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,8 @@ name: Gradle Build
22

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

118
jobs:
129
build:

0 commit comments

Comments
 (0)