Skip to content

Commit 0f45869

Browse files
committed
Enable push and pull_request triggers for test workflow
1 parent d733c28 commit 0f45869

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@ run-name: Test (${{ github.ref_name }})
44
on:
55
workflow_dispatch:
66

7-
# push:
8-
# branches:
9-
# - main
10-
# pull_request:
11-
# branches:
12-
# - main
7+
push:
8+
branches:
9+
- main
10+
11+
pull_request:
12+
branches:
13+
- main
1314

1415
jobs:
1516
test:

0 commit comments

Comments
 (0)