Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
Portals committed Jan 26, 2024
1 parent 5d7d8c6 commit 2ce49d1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
name: Build Docker Image

on:
push:
branches: [dev]

jobs:
build:
runs-on: ubuntu-latest
needs:
- build
permissions:
packages: write
steps:
Expand Down Expand Up @@ -46,4 +43,4 @@ jobs:
# Restoring these files from a GitHub Actions cache might cause problems for future builds.
run: |
rm -f ~/.gradle/caches/modules-2/modules-2.lock
rm -f ~/.gradle/caches/modules-2/gc.properties
rm -f ~/.gradle/caches/modules-2/gc.properties

0 comments on commit 2ce49d1

Please sign in to comment.