Skip to content

Commit

Permalink
Merge pull request #14 from btnguyen2k/dev
Browse files Browse the repository at this point in the history
Test workflow release
  • Loading branch information
btnguyen2k authored Nov 23, 2023
2 parents ffa8765 + 9c80fff commit d542746
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches: [ '*' ]
pull_request:
types: [ 'opened', 'closed' ]
branches: [ 'main', 'release' ]

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ env:
jobs:
ReleaseDryRun:
runs-on: ubuntu-latest
if: |
github.ref == '${GITHUB_REF}'
# if: |
# github.ref == '${GITHUB_REF}'
outputs:
RESULT: ${{ steps.release_dry_run.outputs.result }}
VERSION: ${{ steps.release_dry_run.outputs.releaseVersion }}
Expand Down

0 comments on commit d542746

Please sign in to comment.