Don't run full CI against master pushes.

This commit is contained in:
Josh Matthews 2021-04-04 10:32:24 -04:00 committed by GitHub
parent fc2e8c17e8
commit 3dd769cf97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,9 +1,9 @@
name: CI name: CI
on: 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: 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: pull_request:
branches: [ "master", "github-actions-dev" ] branches: [ "master", "github-actions-dev" ]