1
0
mirror of https://github.com/minetest-mods/3d_armor.git synced 2025-01-12 19:10:28 +01:00

run actions on pull-requests too

This commit is contained in:
BuckarooBanzay 2020-08-31 07:43:19 +02:00
parent 7fc9966945
commit 502eb142da
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
name: integration-test
on: [push]
on: [push, pull_request]
jobs:
build:

View File

@ -1,6 +1,6 @@
name: luacheck
on: [push]
on: [push, pull_request]
jobs:
build: