Skip to content
This repository was archived by the owner on Dec 15, 2023. It is now read-only.

Commit 221a36c

Browse files
committed
fix: fix test-install-* actions
1 parent 3f2e51b commit 221a36c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/test_install_linux.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: test-install-linux
22

33
on:
4-
release:
5-
types: [ created ]
4+
pull_request:
5+
branches: [ main ]
66

77
jobs:
88
test-install-script:

.github/workflows/test_install_mac.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: test-install-mac
22

33
on:
4-
release:
5-
types: [ created ]
4+
pull_request:
5+
branches: [ main ]
66

77
jobs:
88
test-install-script:

.github/workflows/test_install_win.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: test-install-win
22

33
on:
4-
release:
5-
types: [ created ]
4+
pull_request:
5+
branches: [ main ]
66

77
jobs:
88
test-install-script:

0 commit comments

Comments
 (0)