Update .forgejo/workflows/CD.yml

This commit is contained in:
Matt Reeves 2024-07-23 21:56:17 -04:00
parent 4311addb63
commit 9b9cdcdeb0

View file

@ -6,7 +6,7 @@ on:
jobs:
deploy:
if: github.event.pull_request.merged == true
runs-on: ubuntu-22.04
runs-on: docker
steps:
- name: Checkout repository
uses: actions/checkout@v4