Skip to content

Commit

Permalink
remove path condition check (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyBoWu authored Jan 18, 2024
1 parent 18d9405 commit e1f8468
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
branches:
- main2
# Triggered only when package.json is modified
paths:
- 'package.json'
# paths:
# - 'package.json'
# Triggered only the PR is merged
# types: [closed]

Expand Down

0 comments on commit e1f8468

Please sign in to comment.