Skip to content

Commit

Permalink
Added workflow run for PRs as a CI check
Browse files Browse the repository at this point in the history
  • Loading branch information
penev92 authored and Mailaender committed Jun 8, 2023
1 parent eb1f935 commit b13878b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-eluant.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Build Eluant

on:
pull_request:
workflow_call:
workflow_dispatch:

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-natives.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit b13878b

Please sign in to comment.