Skip to content

Commit

Permalink
ci(pcomparator): add ci restrictions (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
Clement-Muth authored Nov 2, 2024
1 parent 59cd12d commit 3905ae4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci-comparator.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: CI / Price comparator

on: [pull_request]
on:
pull_request:
paths:
pcomparator/**

defaults:
run:
Expand Down

0 comments on commit 3905ae4

Please sign in to comment.