diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cdbbf68..ab37d51 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,6 +1,11 @@ name: Build and Upload Artifacts on: + # Rebuild on merged pull requests + pull_request: + branches: + - main + # Allows running this workflow manually from the Actions tab workflow_dispatch: