remove debugging print and only publish on main branch
This commit is contained in:
parent
31fd8b3606
commit
1f627239b5
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue