Skip to content

Commit e2f171f

Browse files
ci: enable feature branch and manual workflow builds
1 parent 18ea2e8 commit e2f171f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ name: CI
22

33
on:
44
push:
5-
branches: [master]
5+
branches: [master, feature/**]
66
pull_request:
77
branches: [master]
8+
workflow_dispatch:
89

910
permissions:
1011
contents: read

0 commit comments

Comments
 (0)