Skip to content

README: correct Nadia's name #17

README: correct Nadia's name

README: correct Nadia's name #17

name: Dummy workflow
on:
push:
branches:
- main
- master
- renovate/**
pull_request:
jobs:
dumy:
name: Build and push image
runs-on: ubuntu-latest
steps:
- run: |
echo This workflow exists always gracefully so that renovate reads the success
echo and merge all updates automatically.
exit 0