Skip to content

Commit 9b769e2

Browse files
committed
github actions: build - disable pull_request trigger
1 parent 286248c commit 9b769e2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,9 @@ name: "Build open_iA"
33
on:
44
# manual triggering allowed:
55
workflow_dispatch:
6-
# currently disable any other automatic triggering:
7-
#push:
8-
# branches: [ "main" ]
96
#pull_request:
107
# branches: [ "main" ]
118
# required for manual triggering when not in main branch:
12-
pull_request:
139
push:
1410
branches:
1511
- '**'

0 commit comments

Comments
 (0)