mirror of
https://github.com/strophe/libstrophe.git
synced 2026-07-17 19:36:22 +00:00
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>
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -2,7 +2,9 @@ name: CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
branches:
|
||||
- master
|
||||
- next
|
||||
pull_request:
|
||||
branches: [master]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user