Skip to content

Commit

Permalink
Merge pull request #1809 from barney-s/presubmits-exclude-experiments
Browse files Browse the repository at this point in the history
Exclude experiments/ from presubmits
  • Loading branch information
google-oss-prow[bot] authored May 15, 2024
2 parents 3f5ce65 + d311889 commit da7ef39
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/presubmit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@ on:
types: [opened, synchronize, reopened]
paths-ignore:
- "**.md"
- "experiments/**"
push:
branches: ["master"]
paths-ignore:
- "**.md"
- "experiments/**"

jobs:
validations:
Expand Down

0 comments on commit da7ef39

Please sign in to comment.