Skip to content

Commit

Permalink
Merge pull request #4 from JacekZubielik/actions
Browse files Browse the repository at this point in the history
Triggering if pull_request, or push tags.
  • Loading branch information
JacekZubielik authored May 7, 2024
2 parents 77fa8d5 + 3640a62 commit e68e4dd
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/docker-update-readme.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
name: Update Docker Hub Description

on:
pull_request:
branches: [main]
types:
- closed

push:
branches:
- main
tags:
- "v*.*.*"
paths-ignore:
- 'CONTRIBUTING.md'
- 'docs/**'
workflow_dispatch:

jobs:
dockerHubDescription:
Expand Down

0 comments on commit e68e4dd

Please sign in to comment.