Skip to content

Commit f89686b

Browse files
committed
Merge branch 'github_action_test' of https://github.com/mcmod-info-mirror/mcim-sync into github_action_test
2 parents fb2913b + 9793b07 commit f89686b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Unit Test
22

33
on:
44
push:
5-
branches: [main]
5+
# branches: [main]
66
pull_request:
77
merge_group:
88
workflow_dispatch:
@@ -43,4 +43,4 @@ jobs:
4343
4444
- name: Run unit tests
4545
run: |
46-
just ci-test
46+
just ci-test

0 commit comments

Comments
 (0)