chore(github): only run tests on the master branch (#446)

This commit is contained in:
Joel Einbinder 2020-01-09 14:29:19 -08:00 committed by Dmitry Gozman
parent 601f704414
commit fea801659d
3 changed files with 21 additions and 3 deletions

View File

@ -1,6 +1,12 @@
name: Chromium Tests
on: [push, pull_request]
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:

View File

@ -1,6 +1,12 @@
name: Firefox Tests
on: [push, pull_request]
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:

View File

@ -1,6 +1,12 @@
name: WebKit Tests
on: [push, pull_request]
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build: