Skip to content

Commit e23771b

Browse files
committed
Assign in dependabot; repo check on publish
1 parent e960baa commit e23771b

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/dependabot.yml

+2
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ updates:
77
directory: "/"
88
schedule:
99
interval: "monthly"
10+
assignees:
11+
- "dalito"

.github/workflows/pypi-publish.yml

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ on:
1515
jobs:
1616
build:
1717
name: Build Python 🐍 distributions 📦 for publishing
18+
if: github.repository == 'dalito/ucumvert'
1819
runs-on: ubuntu-latest
1920
steps:
2021
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332

0 commit comments

Comments
 (0)