Skip to content

Commit

Permalink
ci: only package on Packages files change (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
poi-vrc authored Aug 17, 2023
1 parent ef5ee35 commit e670480
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/package-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ name: Package and Release

on:
push:
branches-ignore:
- gh-pages
paths:
- "Packages/**"
pull_request:
paths:
- "Packages/**"
create:
ref_type: tag
workflow_dispatch:
Expand Down Expand Up @@ -68,4 +70,4 @@ jobs:
files: |
${{ env.zipFile }}
${{ env.unityPackage }}
Packages/${{ env.packageName }}/package.json
Packages/${{ env.packageName }}/package.json

0 comments on commit e670480

Please sign in to comment.