mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-04-04 13:02:01 +02:00
only run runner on main and pull request
This commit is contained in:
parent
d6daf2ae19
commit
5665f4275e
1
.github/workflows/rust.yml
vendored
1
.github/workflows/rust.yml
vendored
|
@ -2,6 +2,7 @@ name: Rust
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ "main" ]
|
||||
pull_request:
|
||||
branches: [ "main" ]
|
||||
|
||||
|
|
Loading…
Reference in a new issue