~repos /tide-jsx

#rust#proc-macro#jsx

GIT_CONFIG_PARAMETERS="'http.version=HTTP/1.1'" git clone https://git.pyrossh.dev/tide-jsx.git
Discussions: https://groups.google.com/g/rust-embed-devs

Tide + JSX


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: