Skip to content

Commit

Permalink
Merge pull request #136 from neo-project/dev
Browse files Browse the repository at this point in the history
Update release.yml
  • Loading branch information
apisit authored Aug 15, 2024
2 parents 75bdd16 + f511bf2 commit 78ab483
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
on:
release:
types: [published]
push:
branches:
- master

name: Build and deploy neo-dev-portal when release is published

Expand All @@ -22,4 +23,4 @@ jobs:
repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments)
action: "upload"
app_location: "/build" # App source code path
skip_app_build: true
skip_app_build: true

0 comments on commit 78ab483

Please sign in to comment.