Skip to content

Commit

Permalink
ci: run workflow on pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
therazix committed Jun 3, 2024
1 parent 5ff7894 commit b828bc6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Build AAB and APK
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:
build:
Expand Down

0 comments on commit b828bc6

Please sign in to comment.