Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsergio committed Dec 8, 2024
1 parent 7a0f590 commit cc4abba
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/valgrind-leakcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,16 @@ name: Valgrind qtwidgets_leak_test

on:
push:
paths-ignore:
# These are built by another workflow
- src/flutter/**
- tests/flutter/**
- examples/flutter/**
- tests/reference-images/**
branches:
- 2.1
- main
pull_request:
branches:
- 2.1
- main

jobs:
Expand Down

0 comments on commit cc4abba

Please sign in to comment.