retropulse/.forgejo/workflows/docker-push.yml
Anuj K a27544d4de
All checks were successful
/ do-nothing (push) Successful in 2m44s
action test
2025-09-05 13:28:03 +05:30

11 lines
159 B
YAML

on:
push:
branches:
- main
jobs:
do-nothing:
runs-on: docker
steps:
- name: "Test"
run: echo "This action is for testing."