Skip to content

Commit 7378e25

Browse files
authored
Update build-test-gc.yml
1 parent e93e8bb commit 7378e25

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/build-test-gc.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44
name: Build and test (w graphcut)
55

66
on:
7-
push:
8-
branches: [ "master", "Release*" ]
9-
pull_request:
10-
branches: [ "master", "Release*" ]
7+
workflow_dispatch
8+
#push:
9+
# branches: [ "master", "Release*" ]
10+
#pull_request:
11+
# branches: [ "master", "Release*" ]
1112

1213
jobs:
1314
build:

0 commit comments

Comments
 (0)