Skip to content

repo scope only, pull_request #2

repo scope only, pull_request

repo scope only, pull_request #2

name: Pull Request Trigger
on:
pull_request_target:
types: [opened, closed]
branches:
- 'gh-pages'
jobs:
# Placeholder action: Delete when new jobs added
Hello-World:
runs-on: ubuntu-latest
steps:
- run: echo "🍺 This job was automatically triggered by a ${{ github.event_name }} event."