Skip to content

Commit db70477

Browse files
authored
Merge pull request #228 from alexander-ding/enh/migrate-v2
Update GitHub action to be branch agnostic
2 parents 89051b3 + ea457ef commit db70477

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/windows.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
name: Windows Tests
2-
on:
3-
push:
4-
branches: [ master ]
5-
pull_request:
6-
branches: [ master ]
2+
on: [push, pull_request]
73
jobs:
84
integration_tests:
95
strategy:

0 commit comments

Comments
 (0)