fix(#3): 👷 Use correct runner
This commit is contained in:
parent
1e7c309700
commit
658a6b37d6
1 changed files with 2 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue