Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TenDRILLL authored Apr 29, 2024
1 parent e1d2688 commit 1d5063c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Deploy Headpat
on:
push:
branches: ["uwu"]
pull_request:
branches: ["uwu"]

jobs:
build:
Expand All @@ -24,4 +22,4 @@ jobs:
rm -rf dist
mkdir -p dist/html
npm run build
sudo -n systemctl restart headpat
sudo systemctl restart headpat

0 comments on commit 1d5063c

Please sign in to comment.