Skip to content

Commit e59e93c

Browse files
authored
Update GitHub Actions workflow to include all branches
1 parent 01b3fab commit e59e93c

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/Test.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ name: Test
33
on:
44
push:
55
branches:
6-
- master
7-
tags: ["*"]
6+
- "**"
7+
tags:
8+
- "**"
89
workflow_dispatch:
910

1011
jobs:
@@ -27,9 +28,7 @@ jobs:
2728
os:
2829
- ubuntu-latest
2930
- macOS-latest
30-
3131
- windows-latest
32-
3332
arch:
3433
- x64
3534
allow_failure: [false]

0 commit comments

Comments
 (0)