Skip to content

Update and apply fixes to test suite #1

Update and apply fixes to test suite

Update and apply fixes to test suite #1

name: "Pull Request Changes"
# Monitor for changes to pull requests.
on:
pull_request:
types: [opened, synchronize, reopened]
permissions: {}
jobs:
wait:
name: "Watching"
runs-on: ubuntu-latest
steps:
- run: echo "Changes detected."