Skip to content

Commit

Permalink
Also testing github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ksharma-xyz committed Dec 14, 2024
1 parent 3c87cbe commit 65a8a2c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,15 @@ on:
branches: [ main ]
pull_request:
branches: [ main ]
types: [opened, synchronize, reopened]

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
cancel-in-progress: true

jobs:
android:
if: ${{ github.event.pull_request.draft == false }}
runs-on: ubuntu-latest
environment: Firebase
timeout-minutes: 60
Expand Down

0 comments on commit 65a8a2c

Please sign in to comment.