Skip to content

Commit 92b5cd4

Browse files
committed
Update dependabot towncrier to run only on creation.
1 parent dddeb05 commit 92b5cd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dependabot-push.yml renamed to .github/workflows/dependabot-towncrier.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Dependabot Towncrier
22
on:
3-
push:
3+
create:
44
branches:
5-
- "dependabot/**"
5+
- 'dependabot/**'
66

77
jobs:
88
dependabot-towncrier:

0 commit comments

Comments
 (0)