mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Don't run full CI against master pushes.
This commit is contained in:
parent
fc2e8c17e8
commit
3dd769cf97
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -1,9 +1,9 @@
|
|||
name: CI
|
||||
|
||||
on:
|
||||
# Triggers the workflow on push or pull request events but only for the master branch
|
||||
# Trigger CI when making pushes to try branches, or the branch that homu interacts with.
|
||||
push:
|
||||
branches: [ "master", "github-actions-dev", "auto", "try", "try-linux", "try-mac" ]
|
||||
branches: [ "github-actions-dev", "auto", "try", "try-linux", "try-mac", "try-windows" ]
|
||||
pull_request:
|
||||
branches: [ "master", "github-actions-dev" ]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue