diff --git a/.github/workflows/preFips.yml b/.github/workflows/preFips.yml new file mode 100644 index 0000000..41052b4 --- /dev/null +++ b/.github/workflows/preFips.yml @@ -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" +