Skip to content

Commit

Permalink
Manual release job trigger (#2970)
Browse files Browse the repository at this point in the history
Allow manual triggers of release CI job
  • Loading branch information
jmrossy authored Nov 22, 2023
1 parent 5000aaa commit 1a41a7a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- main
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

concurrency: ${{ github.workflow }}-${{ github.ref }}

Expand Down Expand Up @@ -31,7 +33,7 @@ jobs:
- name: Install Dependencies
run: yarn

- name: Create Release Pull Request or Publish to npm
- name: Create Release PR or Publish to NPM
id: changesets
uses: changesets/action@v1
with:
Expand Down

0 comments on commit 1a41a7a

Please sign in to comment.