Browse Source
Merge pull request #2441 from zerotier/laduke/update-actions
Run CI on pull requests
Travis LaDuke
5 months ago
|
@@ -1,4 +1,7 @@
|
|
|
-on: [ push ]
|
|
|
+on:
|
|
|
+ pull_request:
|
|
|
+ push:
|
|
|
+ workflow_dispatch:
|
|
|
|
|
|
jobs:
|
|
|
build_ubuntu:
|
|
@@ -1,4 +1,5 @@
|
|
|
on:
|
|
|
+ pull_request:
|
|
|
push:
|
|
|
workflow_dispatch:
|
|
|
|