Skip to content

Commit

Permalink
Fix workflows trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
mrruby committed Jul 23, 2024
1 parent 59df5b3 commit 051e23a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/client-PR.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ name: 'client-pr'
on:
pull_request:
branches: [main]
paths:
- 'holo-key-manager-js-client/package.json'
- '.github/workflows/client-PR.yaml'
merge_group:
branches: [main]
types: [checks_requested]
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/extension-PR.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: 'extension-pr'
on:
pull_request:
branches: [main]
paths:
- 'holo-key-manager-extension/**'
merge_group:
branches: [main]
types: [checks_requested]
Expand Down

0 comments on commit 051e23a

Please sign in to comment.