Skip to content

Commit

Permalink
add test-pr
Browse files Browse the repository at this point in the history
Signed-off-by: Samet Akcay <samet.akcay@intel.com>
  • Loading branch information
samet-akcay committed Nov 5, 2024
1 parent 888e3e0 commit 1e7b94a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test-pr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Test PR Trigger
on:
pull_request:
branches: [ main ]

jobs:
test:
runs-on: ubuntu-latest
steps:
- run: echo "PR number is ${{ github.event.number }}"

0 comments on commit 1e7b94a

Please sign in to comment.