remove debugging print and only publish on main branch
All checks were successful
ci / docker (push) Successful in 13m23s

This commit is contained in:
2025-08-28 22:52:48 -06:00
parent 31fd8b3606
commit 1f627239b5

View File

@@ -2,13 +2,13 @@ name: ci
on:
push:
branches:
main
jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Blah
run: echo ${{ github.server_url }}/${{ github.repository }}
- name: Login to Docker Hub
uses: docker/login-action@v3
with: