chore: also run actions on pull requests

This commit is contained in:
Lei Nelissen
2023-07-26 22:04:34 +02:00
parent 227efad08d
commit 80825d12c6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
name: Fastlane
on: [push]
on: [push, pull_request]
jobs:
build-android:
+1 -1
View File
@@ -1,6 +1,6 @@
name: Lint
on: [push]
on: [push, pull_request]
jobs:
lint: