Skip to content

Commit 143259f

Browse files
authored
[ci] Disable automatic GitHub action trigger (#16)
We've migrated to an azure pipeline build in DevDiv for official builds, and no longer need to run the GitHub action on every push/PR.
1 parent 5e88061 commit 143259f

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,7 @@ env:
33
BUILD_DIR: xa-build
44

55
on:
6-
push:
7-
branches: [ main ]
8-
pull_request:
9-
branches: [ main ]
10-
11-
workflow_dispatch:
6+
workflow_dispatch
127

138
jobs:
149
build_llvm_linux:

0 commit comments

Comments
 (0)