We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96a1c97 commit 9ccd386Copy full SHA for 9ccd386
.github/workflows/ci.yml
@@ -2,9 +2,9 @@ name: Continuous Integration
2
on:
3
push:
4
branches:
5
- - executable
+ - develop
6
pull_request:
7
- branches: [executable]
+ branches: [develop]
8
workflow_dispatch:
9
jobs:
10
build-windows:
0 commit comments