We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09010a8 commit ac82f66Copy full SHA for ac82f66
1 file changed
.github/workflows/gradle.yml
@@ -4,7 +4,9 @@ name: Java CI
4
on:
5
# Should catch merged pull requests, pushes to Conveyal PR branches, and tags.
6
# The push event's ref reveals the branch name for S3 upload, unlike pull_request which sees the merge target.
7
- push
+ push:
8
+ tags:
9
+ - v*.*-*
10
# Try to catch PRs from outside authors, which don't need to be uploaded to S3.
11
# pull_request:
12
# branches:
0 commit comments