This commit is contained in:
Matt Reeves 2024-12-05 23:34:04 -05:00
parent 3f4c432250
commit 0f0cbf6d97

View file

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