Don't build CI on non-master pushes
This commit is contained in:
5
.github/workflows/msvc-ci.yml
vendored
5
.github/workflows/msvc-ci.yml
vendored
@@ -1,5 +1,8 @@
|
||||
name: MSVC-CI
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
Reference in New Issue
Block a user