Install Apache Druid in shared responsibility model with Data Platfor… #799
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Auto release on merge | |
on: | |
push: | |
branches: ["master", "main"] | |
paths-ignore: | |
- '.github/**' | |
- '**/*.md' | |
- 'azure-pipelines.yaml' | |
- '.gitignore' | |
- '.pre-commit-config.yaml' | |
- 'LICENSE' | |
- 'renovate.json' | |
- 'test/**' | |
- 'src/**' | |
jobs: | |
auto-release: | |
runs-on: ubuntu-latest | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
steps: | |
- uses: rymndhng/release-on-push-action@master | |
with: | |
bump_version_scheme: patch | |
tag_prefix: "" |