Skip to content

Commit ea457ef

Browse files
test: update GitHub action to be branch agnostic
1 parent 015225a commit ea457ef

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 5 deletions
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)