Quick check that is run on PR and on forks push

This commit is contained in:
sagudev 2023-02-26 15:24:26 +01:00
parent d31a6ccb5c
commit 29ddfafb7a

View file

@ -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: