Browse Source

Set the right branch name in windows workflow config

master
Krisjanis Rijnieks 5 years ago
parent
commit
0d74fab894
  1. 2
      .github/workflows/windows.yml

2
.github/workflows/windows.yml

@ -2,7 +2,7 @@ name: windows
on:
push:
branches:
- gitlab-actions-windows
- windows-workflow
jobs:
compile:
runs-on: windows-latest

Loading…
Cancel
Save