fix(#3): 👷 Use correct runner

This commit is contained in:
Daniel Sy 2025-03-28 12:19:00 +01:00
parent 1e7c309700
commit 658a6b37d6
Signed by: Daniel.Sy
GPG key ID: 1F39A8BBCD2EE3D3

View file

@ -1,14 +1,10 @@
name: CI/CD Pipeline
on:
push:
branches:
- main
- "#3-cloudify-loic"
on: push
env:
FORGEJO_BASE_URL: ${{ vars.FORGEJO_BASE_URL }}
jobs:
build-and-deploy:
runs-on: ubuntu latest
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3