Skip to content

Create semgrep.yml

Create semgrep.yml #2

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