Skip to content

Commit

Permalink
Disables the react-codemirror GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
ncordon committed Oct 19, 2023
1 parent aeac26d commit 9c0c0cd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Publish react-editor-experimental package to npm
name: Publish react-codemirror package to npm

on:
# Runs on pushes targeting the default branch
push:
branches: ['main']
branches: [] #['main']

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit 9c0c0cd

Please sign in to comment.