Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@ name: ci
on:
push:
branches:
- "*"
- master
Comment thread
qodo-free-for-open-source-projects[bot] marked this conversation as resolved.
workflow_dispatch:
jobs:
docker:
runs-on: ubuntu-latest
# Publish only from master, even for manual workflow_dispatch runs, so a
# dispatch from a feature branch can't overwrite the :latest image.
if: github.ref == 'refs/heads/master'
steps:
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
Expand Down
Loading