Skip to content

Commit

Permalink
Add CI for push to main.
Browse files Browse the repository at this point in the history
  • Loading branch information
samscott89 committed Nov 29, 2020
1 parent efc48a5 commit cd8704f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Rust CI checks
on:
push:
branches: ["main"]
pull_request_target:

jobs:
Expand Down Expand Up @@ -125,7 +127,6 @@ jobs:
output-file-path: bench_result.txt
github-token: ${{ secrets.GITHUB_TOKEN }}
comment-on-alert: true
alert-comment-cc-users: "@osohq/eng"
alert-threshold: "150%"
# Only push and save on pushes to main.
auto-push: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
Expand Down

0 comments on commit cd8704f

Please sign in to comment.