Skip to content

Commit

Permalink
Ci/release flow (#18)
Browse files Browse the repository at this point in the history
* ci: updated release workflow

* ci: updated token

* ci: updated release workflow
  • Loading branch information
trinhthinh388 authored Jan 27, 2024
1 parent 30e8de9 commit 89522cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ permissions:
on:
workflow_run:
workflows: ['test']
branches: release
types:
- completed

Expand All @@ -15,6 +16,7 @@ concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
release:
name: 🚀 Release
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest
environment: Release
steps:
Expand Down

0 comments on commit 89522cc

Please sign in to comment.