mirror of
https://github.com/danbulant/Portfolio
synced 2026-07-05 02:50:47 +00:00
devops: push only for master
This commit is contained in:
parent
4473241db0
commit
35490811cd
1 changed files with 1 additions and 2 deletions
3
.github/workflows/rust.yml
vendored
3
.github/workflows/rust.yml
vendored
|
|
@ -1,8 +1,7 @@
|
||||||
name: Rust
|
name: Rust
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push: { branches: [master] }
|
||||||
branches: [ "*" ]
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "*" ]
|
branches: [ "*" ]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue