Skip to content

Commit 0936a52

Browse files
ahornbymeta-codesync[bot]
authored andcommitted
renable github actions for linux (facebook#1135)
Summary: Pull Request resolved: facebook#1135 Renable mononoke linux github actions Differential Revision: D82818583
1 parent 9786c6a commit 0936a52

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/mononoke_linux.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@
33
name: Mononoke 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)