Skip to content

Commit

Permalink
Merge pull request #296 from QuantamHD/enable_actions_on_pull
Browse files Browse the repository at this point in the history
Enables github actions on pull requests
  • Loading branch information
alanminko authored May 4, 2024
2 parents 16ba7ed + 9ccb28e commit 4865b58
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/build-posix-cmake.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
on: [push]
name: Build Posix CMake

on:
push:
pull_request:

jobs:

Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/build-posix.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
on: [push]
name: Build Posix

on:
push:
pull_request:

jobs:

Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
on: [push]
name: Build Windows

on:
push:
pull_request:

jobs:

Expand Down

0 comments on commit 4865b58

Please sign in to comment.