Add generic pull_request_target GitHub Action test to build upon

pull/87/head
Chris Conlon 2024-12-16 13:19:56 -07:00
parent d063bb6b06
commit 54a62a1a0d
1 changed files with 11 additions and 0 deletions

11
.github/workflows/preFips.yml vendored 100644
View File

@ -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"