Revert "temporarily switch repo and branch to run on"

This reverts commit 213259b732.
This commit is contained in:
Axel Kohlmeyer 2022-01-30 08:48:52 -05:00
parent 4b22962ec1
commit 65b198f986
No known key found for this signature in database
GPG Key ID: D9B44E93BF0C375A
1 changed files with 2 additions and 2 deletions

View File

@ -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: