Skip to content

Commit

Permalink
Update CI settings
Browse files Browse the repository at this point in the history
Signed-off-by: Renato Westphal <[email protected]>
  • Loading branch information
rwestphal committed Jul 16, 2024
1 parent 60c86c6 commit 9df2b10
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: [ master ]
branches:
- "**"
pull_request:
branches: [ master ]
branches:
- "master"
- "yang2"

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit 9df2b10

Please sign in to comment.