Skip to content

Commit

Permalink
Merge pull request thesofproject#38 from Rust-for-Linux/alex-patch-1
Browse files Browse the repository at this point in the history
CI: only run tests on rust branch and PRs
  • Loading branch information
alex authored Nov 28, 2020
2 parents 1185f89 + 2879719 commit 5a32dd3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
on: [pull_request, push]
on:
pull_request: {}
push:
branches: [rust]

jobs:
ci:
Expand Down

0 comments on commit 5a32dd3

Please sign in to comment.