Skip to content

Commit

Permalink
Merge pull request #228 from alexander-ding/enh/migrate-v2
Browse files Browse the repository at this point in the history
Update GitHub action to be branch agnostic
  • Loading branch information
k8s-ci-robot authored Oct 7, 2022
2 parents 89051b3 + ea457ef commit db70477
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
name: Windows Tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
on: [push, pull_request]
jobs:
integration_tests:
strategy:
Expand Down

0 comments on commit db70477

Please sign in to comment.