Skip to content

Commit 15d16ac

Browse files
committed
ci: allow CI to run on feature branches
1 parent 36e1757 commit 15d16ac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Release
33
on:
44
push:
55
branches:
6-
-master
7-
-'**'
6+
- master
7+
- '**'
88
pull_request:
99
branches: [master]
1010

0 commit comments

Comments
 (0)