Skip to content

Commit

Permalink
Merge pull request #87 from cconlon/prTargetAction
Browse files Browse the repository at this point in the history
Test adding pull_request_target GitHub Actions test
  • Loading branch information
JacobBarthelmeh authored Dec 24, 2024
2 parents fb80126 + 54a62a1 commit e78ece0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/preFips.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 e78ece0

Please sign in to comment.