mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-13 22:12:56 +00:00
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:
parent
a2162c01e3
commit
5998f1497a
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -1,4 +1,7 @@
|
||||
on: [ push ]
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build_ubuntu:
|
||||
|
1
.github/workflows/validate.yml
vendored
1
.github/workflows/validate.yml
vendored
@ -1,4 +1,5 @@
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
workflow_dispatch:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user