Skip to content

Commit

Permalink
feat: build if package.json change
Browse files Browse the repository at this point in the history
  • Loading branch information
Tsuk1ko committed Aug 13, 2023
1 parent 15eaef1 commit e08618b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ on:
paths:
- 'src/**'
- 'public/**'
- 'package.json'
- 'vue.config.js'
- '.github/workflows/pages-deploy.yml'

jobs:
build:
if: "!contains(toJSON(github.event.commits.*.message), '--skip-ci')"
runs-on: ubuntu-latest
steps:
- name: Trigger deploy webhook
Expand Down

0 comments on commit e08618b

Please sign in to comment.