Skip to content

Commit

Permalink
clean up on: portion to remove workflow call and re-organize pull_req…
Browse files Browse the repository at this point in the history
…uests section (#5)
  • Loading branch information
rkeur7 authored Oct 31, 2024
1 parent 1990ce7 commit dbef6fe
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/sdk_validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@ permissions:
id-token: write

on:
workflow_call:
pull_request:
types: [ opened, reopened, synchronize ]
branches:
- main
types:
- opened
- reopened
- synchronize

jobs:
check:
Expand Down

0 comments on commit dbef6fe

Please sign in to comment.