Skip to content

Commit ac82f66

Browse files
committed
build on tags
1 parent 09010a8 commit ac82f66

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/gradle.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ name: Java CI
44
on:
55
# Should catch merged pull requests, pushes to Conveyal PR branches, and tags.
66
# The push event's ref reveals the branch name for S3 upload, unlike pull_request which sees the merge target.
7-
push
7+
push:
8+
tags:
9+
- v*.*-*
810
# Try to catch PRs from outside authors, which don't need to be uploaded to S3.
911
# pull_request:
1012
# branches:

0 commit comments

Comments
 (0)