Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbc authored Aug 21, 2023
1 parent f01b47b commit 94a7531
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
schedule:
- cron: '20 15 * * 0'

on: workflow_dispatch
workflow_dispatch:

jobs:
build:
Expand Down Expand Up @@ -83,4 +83,4 @@ jobs:
AWS_S3_BUCKET: ${{ secrets.RELEASE_AWS_BUCKET }}
AWS_REGION: 'ap-southeast-2'
SOURCE_DIR: main/build/libs/
destination_dir: ''
destination_dir: ''

0 comments on commit 94a7531

Please sign in to comment.