Unverified Commit 3ebb4d70 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Update hub.yml

parent 462f6a2f
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -2,10 +2,17 @@ name: Update Docker Hub Description
on:
  push:
    branches:
      - main
      - master
    paths:
      - readme.md
      - .github/workflows/hub.yml
  pull_request:
    branches:
      - master
    paths:
      - readme.md
      - .github/workflows/hub.yml

jobs:
  dockerHubDescription:
    runs-on: ubuntu-latest