We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64cb54f commit 0cfd07aCopy full SHA for 0cfd07a
.github/workflows/build.yml
@@ -0,0 +1,14 @@
1
+on:
2
+ pull_request:
3
+ branches: [main]
4
+
5
+jobs:
6
+ build:
7
+ runs-on: ubuntu-22.04
8
9
+ steps:
10
+ - name: Checkout Repository
11
+ uses: actions/checkout@v4
12
13
+ - name: Build
14
+ run: npm run build
.github/workflows/deploy.yml
@@ -0,0 +1,15 @@
+ push:
+ workflow_dispatch:
+ runs-on: self-hosted
15
0 commit comments