Skip to content

Commit 6095ec4

Browse files
authored
Temporarily disable test runs on dev repo (#40)
1 parent 6984b53 commit 6095ec4

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,9 @@ on:
44
push:
55
branches:
66
- main
7-
- public
8-
- dev
97
pull_request:
108
branches:
11-
- main
12-
- public
13-
- dev
9+
- main
1410

1511
jobs:
1612
build:
@@ -88,4 +84,4 @@ jobs:
8884
- name: Check reinstall script
8985
timeout-minutes: 10
9086
run: |
91-
./reinstall.sh
87+
./reinstall.sh

0 commit comments

Comments
 (0)