Skip to content

Commit

Permalink
Add checks to yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mrruby committed Jul 23, 2024
1 parent ece3cdc commit 7ab2de1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/client-PR.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
paths:
- 'holo-key-manager-js-client/package.json'
- '.github/workflows/client-PR.yaml'
merge_group:
branches: [main]
types: [checks_requested]

jobs:
build:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/extension-PR.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
branches: [main]
paths:
- 'holo-key-manager-extension/**'
merge_group:
branches: [main]
types: [checks_requested]

jobs:
build:
Expand Down

0 comments on commit 7ab2de1

Please sign in to comment.