Skip to content

Commit 8e1ec3f

Browse files
update trigger for integration test and faucet test
1 parent bd9e27b commit 8e1ec3f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/faucet_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches: [main]
66
workflow_dispatch:
77
pull_request:
8-
types: [ready_for_review]
8+
types: [opened, synchronize, reopened, ready_for_review]
99
workflow_call:
1010
inputs:
1111
git_ref:

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
tags:
1414
- '**'
1515
pull_request:
16-
types: [ready_for_review]
16+
types: [opened, synchronize, reopened, ready_for_review]
1717
workflow_dispatch:
1818
workflow_call:
1919
inputs:

0 commit comments

Comments
 (0)