revert github action build to LAMMPS repo and develop branch

This commit is contained in:
Axel Kohlmeyer
2022-05-29 15:04:41 -04:00
parent 90730f0d3c
commit 562cd12d82

View File

@ -3,14 +3,14 @@ name: "Native Windows Compilation and Unit Tests"
on:
push:
branches: [collected-small-changes]
branches: [develop]
workflow_dispatch:
jobs:
build:
name: Windows Compilation Test
if: ${{ github.repository == 'akohlmey/lammps' }}
if: ${{ github.repository == 'lammps/lammps' }}
runs-on: windows-latest
steps: