Skip to content

Let's ensure the path of hte file (#2493) #1721

Let's ensure the path of hte file (#2493)

Let's ensure the path of hte file (#2493) #1721

Workflow file for this run

name: packages
on:
workflow_call: ~
pull_request:
paths-ignore:
- '**/*.md'
- '**/*.asciidoc'
push:
branches:
- main
paths-ignore:
- '**/*.md'
- '**/*.asciidoc'
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: ./.github/actions/packages