Skip to content

Commit

Permalink
Merge pull request #27 from permaweb/jfrain99/action-on-dispatch
Browse files Browse the repository at this point in the history
change action to run on dispatch
  • Loading branch information
jfrain99 authored Oct 19, 2024
2 parents 9e1cb05 + b52a08d commit bd2c61a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: publish specs

on:
push:
branches:
- "main"
workflow_dispatch

jobs:
publish:
Expand All @@ -17,7 +15,7 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: 18.x
- name: 📦 Install deps
- name: 📦 Install dependecies
run: npm install
- name: 🚀 Deploy
run: npm run deploy-main
Expand Down

0 comments on commit bd2c61a

Please sign in to comment.