From 9cf93a91568269dc1241a25383bde5b3e496a576 Mon Sep 17 00:00:00 2001 From: Dennis Kobert Date: Wed, 26 Apr 2023 19:37:49 +0200 Subject: [PATCH] Run CI for non-master pushes/PRs Disables the requirement of merging into master to run the ci. Test Plan: - Create a pr against a non master branch and verify the ci runs - Push to a non master branch and verify the ci runs Reviewers: Keavon Reviewed By: Keavon Pull Request: https://github.com/GraphiteEditor/Graphite/pull/1166 --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e4be10dd..97a0c7fa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,10 +2,8 @@ name: Continuous Integration on: push: - branches: [ master ] pull_request: - branches: [ master ] env: CARGO_TERM_COLOR: always