Skip to content

Commit

Permalink
fix: PR testing only on SFDC metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
dschach committed Feb 8, 2023
1 parent fbccc98 commit 815cb0e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ on:
workflow_dispatch:
pull_request:
types: [opened, edited, synchronize, reopened]

paths:
- "force-app/**"
- "sample-handler/**"
# Jobs to be executed
jobs:
# Formatting and linting only runs on human-submitted PRs
Expand Down

0 comments on commit 815cb0e

Please sign in to comment.