Skip to content

Commit a4db847

Browse files
committed
wip
1 parent df56d81 commit a4db847

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/deploy-windows.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,16 @@ on:
44
# Sequence of patterns matched against refs/tags
55
tags:
66
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
7-
7+
branches:
8+
- "**"
9+
810
jobs:
911
build:
1012
runs-on: windows-latest
1113
steps:
1214
- name: Cache Qt
1315
id: cache-qt
14-
uses: actions/cache@v1 # not v2!
16+
uses: actions/cache@v4
1517
with:
1618
path: ../Qt
1719
key: ${{ runner.os }}-QtCache

0 commit comments

Comments
 (0)