Skip to content

Commit

Permalink
chore: also run actions on pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
leinelissen committed Jul 26, 2023
1 parent 227efad commit 80825d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fastlane.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Fastlane

on: [push]
on: [push, pull_request]

jobs:
build-android:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Lint

on: [push]
on: [push, pull_request]

jobs:
lint:
Expand Down

0 comments on commit 80825d1

Please sign in to comment.