diff --git a/.github/workflows/forge.yml b/.github/workflows/forge.yml index a4b1e344b..2840c123f 100644 --- a/.github/workflows/forge.yml +++ b/.github/workflows/forge.yml @@ -2,6 +2,9 @@ name: Run Unit Tests on: pull_request: types: [opened, synchronize, reopened] + push: + branches: + - main # Allows you to run this workflow manually from the Actions tab workflow_dispatch: