c35c7af6
—
Gal Schlezinger 5 years ago
Update github actions
.github/workflows/rust.yml
CHANGED
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
name: Rust
|
|
2
2
|
|
|
3
|
+
on:
|
|
3
|
-
|
|
4
|
+
push:
|
|
5
|
+
branches:
|
|
6
|
+
- master
|
|
7
|
+
pull_request:
|
|
4
8
|
|
|
5
9
|
jobs:
|
|
6
10
|
build:
|