Skip to content

Commit

Permalink
ci: scope ci workflow (#3907)
Browse files Browse the repository at this point in the history
  • Loading branch information
jef authored Apr 17, 2021
1 parent 63ec2bf commit 50163b3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
name: ci
on: [push, pull_request]
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
runs-on: ${{ matrix.platform }}
Expand Down

0 comments on commit 50163b3

Please sign in to comment.