tide-jsx v0.4.0

#rust#proc-macro#jsx

git clone https://git.pyrossh.dev/tide-jsx

Tide + JSX


c35c7afGal Schlezinger 2020-06-10T15:56:40+03:00
Update github actions
Files changed (1) hide show
  1. .github/workflows/rust.yml +5 -1
.github/workflows/rust.yml CHANGED
@@ -1,6 +1,10 @@
1
1
  name: Rust
2
2
 
3
+ on:
3
- on: [push]
4
+ push:
5
+ branches:
6
+ - master
7
+ pull_request:
4
8
 
5
9
  jobs:
6
10
  build: