Skip to content

Commit

Permalink
Update workflow paths
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed Dec 21, 2024
1 parent 24a62f5 commit 1da065d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@ on:
paths:
- 'packages/**'
- '.github/workflows/ci.yml'
- 'pnpm-lock.yaml'
- '!**.md'
pull_request:
paths:
- 'packages/**'
- '.github/workflows/ci.yml'
- 'pnpm-lock.yaml'
- '!**.md'

concurrency:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
name: Release

on:
workflow_dispatch:
push:
branches:
- master
paths:
- '.changeset/**'
- '.github/workflows/release.yml'
- 'pnpm-lock.yaml'

jobs:
release:
Expand Down

0 comments on commit 1da065d

Please sign in to comment.