mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Quick check that is run on PR and on forks push
This commit is contained in:
parent
d31a6ccb5c
commit
29ddfafb7a
1 changed files with 5 additions and 2 deletions
|
@ -1,7 +1,9 @@
|
|||
name: Pull request
|
||||
name: Quick check
|
||||
on:
|
||||
pull_request:
|
||||
branches: ["**"]
|
||||
push:
|
||||
branches:
|
||||
[ "**", "!auto", "!try", "!try-linux", "!try-mac", "!try-windows", "!try-wpt"]
|
||||
|
||||
env:
|
||||
RUST_BACKTRACE: 1
|
||||
|
@ -9,6 +11,7 @@ env:
|
|||
|
||||
jobs:
|
||||
build-linux:
|
||||
if: github.repository == 'servo/servo' || github.event_name == 'push'
|
||||
name: Build (Linux)
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
Loading…
Add table
Add a link
Reference in a new issue