Merge pull request #2441 from zerotier/laduke/update-actions

Run CI on pull requests
This commit is contained in:
Travis LaDuke 2025-03-05 09:18:20 -08:00 committed by GitHub
commit 010c4b0d64
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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: