Release snapshot versions when native libs are updated (#438)

This commit is contained in:
Taro L. Saito 2023-05-23 10:27:09 -07:00 committed by GitHub
parent 86ebb48261
commit 4181327265
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,9 +8,11 @@ on:
- '**.scala' - '**.scala'
- '**.java' - '**.java'
- '**.sbt' - '**.sbt'
- 'src/main/resources/org/xerial/snappy/native/**'
- '.github/workflows/snapshot.yml' - '.github/workflows/snapshot.yml'
tag: tag:
- '!*' - '!*'
workflow_dispatch:
jobs: jobs:
publish_snapshots: publish_snapshots: