Skip to content

Commit

Permalink
Update PR-workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarIlic committed Mar 5, 2024
1 parent 8f17c61 commit 670d7d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/PR-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and test PR against main
on:
pull_request:
branches: [ $default-branch ]
workflow_dispatch:
types: [opened, synchronize]

jobs:
build:
Expand All @@ -17,5 +17,5 @@ jobs:
java-version: '17'
distribution: 'temurin'
cache: gradle
- name: Build apks, or do whatever
run: ./gradlew build --no-daemon
- name: Run check
run: ./gradlew check --no-daemon

0 comments on commit 670d7d7

Please sign in to comment.