Skip to content

Commit

Permalink
Fix github actions format
Browse files Browse the repository at this point in the history
Summary: Fix the YAML format for running tests on push.

Reviewed By: neildhar

Differential Revision: D61559393

fbshipit-source-id: 48dc132ce02b8e68f17ba68d743deb18b046bf59
  • Loading branch information
Matt Blagden authored and facebook-github-bot committed Aug 26, 2024
1 parent e12e750 commit 842ab73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: facebook/hermes/build
on:
push
push:
pull_request:
branches:
- main
Expand Down

0 comments on commit 842ab73

Please sign in to comment.