Skip to content

Commit ead2f41

Browse files
ahornbyfacebook-github-bot
authored andcommitted
renable github actions for linux (#1135)
Summary: Renable mononoke linux github actions Differential Revision: D82818583
1 parent 37d8f0f commit ead2f41

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)