Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ko71k authored Dec 14, 2024
1 parent a9cc22c commit 4dba93e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy Frontend
on:
push:
branches:
- testing
- testingWebpack

jobs:
deploy:
Expand All @@ -21,4 +21,4 @@ jobs:
run: |
ssh [email protected] 'bash -s' <<EOF
./update_front.sh || exit 2
EOF
EOF

0 comments on commit 4dba93e

Please sign in to comment.