Skip to content

Commit 2cb83fd

Browse files
authored
chore: fix github actions trigger for test
1 parent a7d0c2c commit 2cb83fd

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
name: Test
2-
on: [push]
2+
on:
3+
pull_request:
4+
workflow_dispatch:
5+
push:
6+
branches:
7+
- master
8+
- 'releases/*'
39

410
jobs:
511

0 commit comments

Comments
 (0)