mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
14 lines
No EOL
251 B
YAML
14 lines
No EOL
251 B
YAML
name: Pull request
|
|
on:
|
|
pull_request:
|
|
types: ['opened', 'synchronize']
|
|
branches: ["**"]
|
|
|
|
|
|
jobs:
|
|
build-linux:
|
|
name: Linux
|
|
if: github.repository == 'servo/servo'
|
|
uses: ./.github/workflows/linux.yml
|
|
with:
|
|
unit-tests: true |