Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Rd4dev authored Aug 22, 2024
1 parent 176b930 commit 772f7f5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ name: Unit Tests (Robolectric -- Gradle)
# events or push events in the develop branch.
on:
workflow_dispatch:
# pull_request:
# push:
# branches:
# # Push events on develop branch
# - develop
pull_request:
push:
branches:
# Push events on develop branch
- develop

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit 772f7f5

Please sign in to comment.