diff --git a/.github/workflows/compile-msvc.yml b/.github/workflows/compile-msvc.yml index a099a891f1..e71a2950e6 100644 --- a/.github/workflows/compile-msvc.yml +++ b/.github/workflows/compile-msvc.yml @@ -3,12 +3,12 @@ name: "Native Windows Compilation and Unit Tests" on: push: - branches: [mpi-stubs-simplify] + branches: [develop] jobs: build: name: Windows Compilation Test - if: ${{ github.repository == 'akohlmey/lammps' }} + if: ${{ github.repository == 'lammps/lammps' }} runs-on: windows-latest steps: