Skip to content

Commit 81b7015

Browse files
[fix] enabling release drafter/ci tests on main/master branch pushes (#5)
1 parent 319be60 commit 81b7015

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/poetry-ci-test-lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- master
7+
- main
78

89
jobs:
910
pytest:

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
# branches to consider in the event; optional, defaults to all
66
branches:
77
- master
8+
- main
89

910
jobs:
1011
update_release_draft:

0 commit comments

Comments
 (0)