Skip to content

Commit

Permalink
test adding pull_request_target GitHub Actions test
Browse files Browse the repository at this point in the history
  • Loading branch information
cconlon committed Dec 16, 2024
1 parent d063bb6 commit 4d8137f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/testTarget.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: PR Target Test

on:
pull_request_target

jobs:
pr_target:
runs-on: ubuntu-latest
steps:
- run: echo "Hello from PR Target Test"

0 comments on commit 4d8137f

Please sign in to comment.