Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions .github/workflows/rust-ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Rust Build, Test, Lint
on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]

jobs:
call-rust-base-ci:
Expand All @@ -12,8 +12,6 @@ jobs:
with:
rust-channel: 'nightly'
require-lockfile: true
requires-private-deps: true
requires-private-deps: false

feature-sets: '[""]'
secrets:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
Loading