From 65b198f98663cc3a23f9da96a8c609a12ae211e3 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Sun, 30 Jan 2022 08:48:52 -0500 Subject: [PATCH] Revert "temporarily switch repo and branch to run on" This reverts commit 213259b732da1fb5d105b50486edb1e6a3f90ae3. --- .github/workflows/compile-msvc.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: