Skip to content

Commit ab5a312

Browse files
ahornbymeta-codesync[bot]
authored andcommitted
enable OSS CI now build is fixed (#1157)
Summary: Pull Request resolved: #1157 enable CI now that the build and tests are fixed. Enabling for linux only to limit noise for the teams Reviewed By: zzl0 Differential Revision: D88010549 fbshipit-source-id: 4d5640211a18238156205900d9af976790f84899
1 parent 3442f5e commit ab5a312

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/sapling-cli-getdeps_linux.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@
33
name: Sapling CLI Getdeps Linux
44

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

813
permissions:
914
contents: read # to fetch code (actions/checkout)

0 commit comments

Comments
 (0)