Skip to content

Commit

Permalink
Do not deploy web app on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
davidzhao committed Sep 14, 2023
1 parent 427148a commit 59296a0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy-web.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: deploy web on github-page
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
branches: [main]

jobs:
build:
Expand Down

0 comments on commit 59296a0

Please sign in to comment.