diff --git a/.github/workflows/build-eluant.yml b/.github/workflows/build-eluant.yml index 6651ed3..c0d4867 100644 --- a/.github/workflows/build-eluant.yml +++ b/.github/workflows/build-eluant.yml @@ -1,6 +1,7 @@ name: Build Eluant on: + pull_request: workflow_call: workflow_dispatch: diff --git a/.github/workflows/build-natives.yml b/.github/workflows/build-natives.yml index d920e61..53e92b3 100644 --- a/.github/workflows/build-natives.yml +++ b/.github/workflows/build-natives.yml @@ -4,6 +4,7 @@ env: LUA_VERSION: 5.1.5 # Make sure this matches the version mentioned in the description in the .nuspec file. on: + pull_request: workflow_call: workflow_dispatch: