Skip to content

Commit

Permalink
fix: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
RuslanGlaznyov committed Nov 23, 2023
1 parent a123fcb commit 4e5be08
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/community-deploy.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
name: Publish namada-community

on: [push]
paths:
- "packages/community/**"
on:
push:
paths:
- "packages/community/**"

workflow_dispatch:

jobs:
publish:
Expand Down
9 changes: 6 additions & 3 deletions .github/workflows/docs-deploy.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
name: Publish namada-docs

on: [push]
paths:
- "packages/docs/**"
on:
push:
paths:
- "packages/docs/**"

workflow_dispatch:

jobs:
publish:
Expand Down

0 comments on commit 4e5be08

Please sign in to comment.