Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
fix: prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-audi committed Dec 19, 2023
1 parent 6f27a71 commit 3a861c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ on:
pull_request:
branches:
- main
# types:
# - closed
types:
- closed

concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true

jobs:
Deploy:
# if: github.event.pull_request.merged == true && startsWith(github.head_ref, 'release/')
if: github.event.pull_request.merged == true && startsWith(github.head_ref, 'release/')
runs-on: ubuntu-latest
environment: Production
permissions:
Expand Down

0 comments on commit 3a861c6

Please sign in to comment.