Skip to content

Commit

Permalink
chore(ci): run update-labels only when the labels.json file was changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cngJo committed Jan 28, 2023
1 parent d72c696 commit 7d1d442
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/labels.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
on: [push]
on:
push:
paths:
- '.github/labels.json'

jobs:
update-labels:
Expand Down

0 comments on commit 7d1d442

Please sign in to comment.