Skip to content

Commit 3c0966d

Browse files
committed
Run CI also on next branch
Like that we can test stuff without opening a PR, before it necessarily lands on `master`. Signed-off-by: Steffen Jaeckel <jaeckel-floss@eyet-services.de>
1 parent c901287 commit 3c0966d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/main.yml

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

33
on:
44
push:
5-
branches: [master]
5+
branches:
6+
- master
7+
- next
68
pull_request:
79
branches: [master]
810

0 commit comments

Comments
 (0)