mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-04-12 08:28:32 +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:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches: [ "main" ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "main" ]
|
branches: [ "main" ]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue