Skip to content

Chore: update packaging pipeline to run automatically on 8.x branch (… #6

Chore: update packaging pipeline to run automatically on 8.x branch (…

Chore: update packaging pipeline to run automatically on 8.x branch (… #6

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches:
- main
- 7.1*
- 8.*
permissions:
contents: read
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: elastic/oblt-actions/pre-commit@v1