github actions: run only on push, not PR, since then it runs twice

This commit is contained in:
Lion Kortlepel
2021-06-18 10:53:44 +02:00
parent 40cd203047
commit fe7335fb0e
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
name: CMake Linux Build
on: [push, pull_request]
on: [push]
env:
BUILD_TYPE: Release

View File

@@ -1,6 +1,6 @@
name: CMake Windows Build
on: [push, pull_request]
on: [push]
env:
BUILD_TYPE: Release