Skip to content

Commit 0a7a22b

Browse files
authored
Fix typo in workflow (#142)
fix typo
1 parent 5d7d7c9 commit 0a7a22b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-plz.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ permissions:
77
on:
88
push:
99
branches:
10-
- [main, staging]
10+
- main
11+
- staging
1112

1213
jobs:
1314

0 commit comments

Comments
 (0)