tide-jsx v0.4.0
git clone https://git.pyrossh.dev/tide-jsx
Tide + JSX
c35c7af
— Gal Schlezinger
2020-06-10T15:56:40+03:00
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:
|