Run CI on pull requests

If the PR is from an external repo,
the action won't run without approval.
right now we can't run the actions on external PRs.
This commit is contained in:
travisladuke 2025-03-03 10:00:19 -08:00
parent a2162c01e3
commit 5998f1497a
No known key found for this signature in database
2 changed files with 5 additions and 1 deletions

View file

@ -1,4 +1,7 @@
on: [ push ]
on:
pull_request:
push:
workflow_dispatch:
jobs:
build_ubuntu:

View file

@ -1,4 +1,5 @@
on:
pull_request:
push:
workflow_dispatch: