Merge pull request #296 from QuantamHD/enable_actions_on_pull

Enables github actions on pull requests
This commit is contained in:
alanminko 2024-05-03 18:22:59 -07:00 committed by GitHub
commit 4865b58b19
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 15 additions and 3 deletions

View File

@ -1,4 +1,8 @@
on: [push]
name: Build Posix CMake
on:
push:
pull_request:
jobs:

View File

@ -1,4 +1,8 @@
on: [push]
name: Build Posix
on:
push:
pull_request:
jobs:

View File

@ -1,4 +1,8 @@
on: [push]
name: Build Windows
on:
push:
pull_request:
jobs: