Skip to content

Commit

Permalink
Update ci branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Riey committed Jan 17, 2021
1 parent bd1a7b8 commit 6af076f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@ name: CI

on:
push:
branches: [ develop ]
branches-ignore:
- 'master'
pull_request:
branches: [ master, release ]
branches:
- 'develop'
- 'master'

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit 6af076f

Please sign in to comment.