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