Skip to content

Commit

Permalink
ci: release new version on demand (#1338)
Browse files Browse the repository at this point in the history
  • Loading branch information
diegopf committed Oct 24, 2023
1 parent f468651 commit b8ff711
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
name: Release a new version
on:
pull_request:
types: [ closed ]
branches: [ main ]
on: [workflow_dispatch]
jobs:
release:
if: github.event.pull_request.merged == true && github.head_ref == 'release'
runs-on: ubuntu-latest
container:
image: cypress/browsers:node-18.16.0-chrome-112.0.5615.121-1-ff-112.0.1-edge-112.0.1722.48-1
Expand Down

0 comments on commit b8ff711

Please sign in to comment.