From 64b27fa28e9a369cfbccefb443602d3fdb028b65 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Sat, 9 Oct 2021 20:54:18 -0400 Subject: [PATCH] only run windows compilation action on master branch in lammps repo --- .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 8e2e644690..307dc81fe6 100644 --- a/.github/workflows/compile-msvc.yml +++ b/.github/workflows/compile-msvc.yml @@ -3,12 +3,12 @@ name: "Native Windows Compilation" on: push: - branches: [platform-namespace] + branches: [master] jobs: build: name: Windows Compilation Test - if: ${{ github.repository == 'akohlmey/lammps' }} + if: ${{ github.repository == 'lammps/lammps' }} runs-on: windows-latest steps: