Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
Deploy by pushing to master.
  • Loading branch information
apisit authored Aug 15, 2024
1 parent d3e4d6e commit f511bf2
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 f511bf2

Please sign in to comment.