Skip to content

Commit

Permalink
Use manual triggers for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jmrossy committed Nov 22, 2023
1 parent 4b3563e commit c83c1ec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Release

on:
push:
branches:
- main
# push:
# branches:
# - main
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Expand Down Expand Up @@ -33,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 c83c1ec

Please sign in to comment.