mirror of
https://github.com/darakian/ddh.git
synced 2026-09-10 07:06:21 -04:00
Restrict GH actions to PRs
This commit is contained in:
parent
5360ce1477
commit
0e7ffbe699
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
|
@ -1,6 +1,6 @@
|
|||
name: Rust
|
||||
|
||||
on: [push, pull_request]
|
||||
on: [pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
|||
Loading…
Reference in a new issue