mirror of
https://github.com/huggingface/candle.git
synced 2025-06-16 18:48:51 +00:00
Running CI only when pushing on main
and on pull request.
This commit is contained in:
6
.github/workflows/rust-ci.yml
vendored
6
.github/workflows/rust-ci.yml
vendored
@ -1,4 +1,8 @@
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
|
||||
name: Continuous integration
|
||||
|
||||
|
Reference in New Issue
Block a user