Skip to content

Commit

Permalink
ci: don't run metrics on forks (#1075)
Browse files Browse the repository at this point in the history
  • Loading branch information
vaind committed Oct 13, 2022
1 parent 5d15a51 commit 21845e2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@ name: SDK metrics

on:
push:
branches: [main]
pull_request:
paths:
- .github/workflows/metrics.yml
- dart/**
- flutter/**
- metrics/**
branches-ignore:
- deps/**
- dependabot/**
tags-ignore: [ '**' ]

jobs:
metrics:
Expand Down

0 comments on commit 21845e2

Please sign in to comment.