Skip to content

Commit 041efa0

Browse files
authored
Merge pull request #9 from Patysonchick/revert-8-GitHub-Actions
Revert "Теперь только при запросах на вытягивания и коммитах."
2 parents 3cf8001 + 0087dd9 commit 041efa0

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/rust.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
name: Rust
22

3-
on:
4-
push:
5-
branches: ["master", "develop"]
6-
pull_request:
7-
branches: ["master", "develop"]
3+
on: [push, pull_request]
84

95
env:
106
CARGO_TERM_COLOR: always

0 commit comments

Comments
 (0)