Skip to content

Commit

Permalink
Build but do not deply PR
Browse files Browse the repository at this point in the history
  • Loading branch information
to5ta authored Mar 26, 2024
1 parent c0b9f36 commit 1bb4e69
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/build_pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Build PR

on:
workflow_dispatch:
pull_request:
branches: [ main ]

jobs:
Deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install and Build 🔧
run: |
npm install
npm run build
chmod +x ./prebuild.sh
./prebuild.sh
env:
CI: true

0 comments on commit 1bb4e69

Please sign in to comment.