From f511bf2a688fa135bb8c99a02ec73cf176f5ccb1 Mon Sep 17 00:00:00 2001 From: Apisit Date: Thu, 15 Aug 2024 12:14:50 +0900 Subject: [PATCH] Update release.yml Deploy by pushing to master. --- .github/workflows/release.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 152b5e0..cb1d326 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,6 +1,7 @@ on: - release: - types: [published] + push: + branches: + - master name: Build and deploy neo-dev-portal when release is published @@ -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 \ No newline at end of file + skip_app_build: true