Skip to content

Commit 53b0741

Browse files
robertoaloifacebook-github-bot
authored andcommitted
Run GitHub CI on Pull Requests to main
Summary: We currently run the main CI job on pushes only. This means we don't automatically run CI on pull requests from third-party users. This is not ideal and can create delays for trivial issues such as bad formatting (see [example](#114)). Reviewed By: TD5 Differential Revision: D80930880 fbshipit-source-id: d3f5a460fdf92a3e7a1842e07a0b97e098a7c197
1 parent d002bbd commit 53b0741

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: ELP CI
22
on:
33
push: {}
4+
pull_request:
5+
branches:
6+
- main
47
release:
58
types: [published]
69

0 commit comments

Comments
 (0)