Skip to content

Commit

Permalink
Fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mrruby committed Apr 16, 2024
1 parent 68a78b3 commit 99216fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: 'client'
on:
push:
branches: [main]
paths:
- 'holo-key-manager-js-client/package.json'
- '.github/workflows/client.yaml'
# paths:
# - 'holo-key-manager-js-client/package.json'
# - '.github/workflows/client.yaml'

jobs:
build:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/extension.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: 'extension'
on:
push:
branches: [main]
# branches: [main]
branches: [no-run]

jobs:
build:
Expand Down

0 comments on commit 99216fb

Please sign in to comment.