Skip to content

Commit 7305571

Browse files
authored
Update build-test-gc.yml
1 parent 4a9dfc2 commit 7305571

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

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

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

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

1312
jobs:
1413
build:

0 commit comments

Comments
 (0)