Skip to content

Commit

Permalink
Adding workflow dispatch and comment about dockerhub description
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewQuijano committed Jul 22, 2024
1 parent 5534eca commit 69cbbc0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build-gradle-project.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
name: Build Gradle project

on:
workflow_dispatch:
push:

branches:
- main
- feature*
- fix*

jobs:
build-gradle-project:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -72,6 +77,7 @@ jobs:
tags: |
${{ secrets.DOCKERHUB_USERNAME }}/ppdt:latest
# Remember, DockerHub only allows up to 100 characters for the description
- name: Docker Hub Description
uses: peter-evans/dockerhub-description@v4
with:
Expand Down

0 comments on commit 69cbbc0

Please sign in to comment.