We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e960baa commit e23771bCopy full SHA for e23771b
.github/dependabot.yml
@@ -7,3 +7,5 @@ updates:
7
directory: "/"
8
schedule:
9
interval: "monthly"
10
+ assignees:
11
+ - "dalito"
.github/workflows/pypi-publish.yml
@@ -15,6 +15,7 @@ on:
15
jobs:
16
build:
17
name: Build Python 🐍 distributions 📦 for publishing
18
+ if: github.repository == 'dalito/ucumvert'
19
runs-on: ubuntu-latest
20
steps:
21
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
0 commit comments