Enables github actions on pull requests

Signed-off-by: Ethan Mahintorabi <ethanmoon@google.com>
This commit is contained in:
Ethan Mahintorabi 2024-05-03 20:11:04 +00:00
parent 516c38bb44
commit 9ccb28ebc1
No known key found for this signature in database
GPG Key ID: 824E41B920BEA252
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: