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
No known key found for this signature in database
GPG Key ID: 4322FF2B4C71259B
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