mirror of
https://github.com/danbulant/Portfolio
synced 2026-06-17 13:31:12 +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
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "*" ]
|
||||
push: { branches: [master] }
|
||||
pull_request:
|
||||
branches: [ "*" ]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue