Explorar o código

fix: update workflow

Tienson Qin %!s(int64=2) %!d(string=hai) anos
pai
achega
0e1d7daaf2
Modificáronse 1 ficheiros con 11 adicións e 0 borrados
  1. 11 0
      .github/workflows/deploy-stage-master.yml

+ 11 - 0
.github/workflows/deploy-stage-master.yml

@@ -1,3 +1,14 @@
+name: Deploy master to cloudflare pages for test
+
+on:
+  push:
+    branches: ["master"]
+
+env:
+  CLOJURE_VERSION: "1.10.1.763"
+  NODE_VERSION: "18"
+  JAVA_VERSION: "11"
+
 jobs:
   build-and-deploy:
     runs-on: ubuntu-latest