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
This commit is contained in:
Dennis Kobert 2023-04-26 19:37:49 +02:00 committed by Keavon Chambers
parent c61ea003a7
commit 9cf93a9156
1 changed files with 0 additions and 2 deletions

View File

@ -2,10 +2,8 @@ name: Continuous Integration
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
CARGO_TERM_COLOR: always