Skip to content

Commit

Permalink
Only run CI on master branch and PRs to master
Browse files Browse the repository at this point in the history
This avoids duplicate CI checks

Signed-off-by: Joe Richey <joerichey@google.com>
  • Loading branch information
josephlr committed Mar 31, 2021
1 parent 2fa6688 commit c3bb6c7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,13 @@
#

name: CI
on: [pull_request, push]
on:
push:
branches:
- master
pull_request:
branches:
- master

jobs:
build:
Expand Down

0 comments on commit c3bb6c7

Please sign in to comment.