Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Rakambda committed Jul 20, 2023
1 parent a337444 commit 226da37
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/gradle_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ env:

jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout source
Expand All @@ -31,6 +32,8 @@ jobs:
path: build/libs/filesecure-shaded.jar

dropbox:
name: Deploy Dropbox
concurrency: dropbox
runs-on: ubuntu-latest
needs: build
if: contains('refs/heads/main', github.ref)
Expand Down

0 comments on commit 226da37

Please sign in to comment.