mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-23 20:47:25 -08:00
Switched workflow branch back to develop
This commit is contained in:
parent
96a1c972de
commit
9ccd386c80
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -2,9 +2,9 @@ name: Continuous Integration
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- executable
|
||||
- develop
|
||||
pull_request:
|
||||
branches: [executable]
|
||||
branches: [develop]
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
build-windows:
|
||||
|
|
Loading…
Reference in a new issue