Skip to content

Add file watcher for shopware/shopware #2

Add file watcher for shopware/shopware

Add file watcher for shopware/shopware #2

Workflow file for this run

name: Check files for changes
on:
pull_request:
workflow_dispatch:
inputs:
path:
description: "Path to watch"
required: true
type: string
jobs:
create-adr-pull-request:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: ./.github/scripts/watch.sh ${{ inputs.path }}