Skip to content

Commit d30bcb2

Browse files
committed
Adjust gh action to run on PR open
1 parent ca104d3 commit d30bcb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Lint & Test
33
on:
44
push:
55
pull_request:
6-
types: [reopened]
6+
types: [opened, reopened]
77

88
concurrency:
99
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)