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
|
name: CI/CD Pipeline
|
||||||
on:
|
on: push
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
- "#3-cloudify-loic"
|
|
||||||
env:
|
env:
|
||||||
FORGEJO_BASE_URL: ${{ vars.FORGEJO_BASE_URL }}
|
FORGEJO_BASE_URL: ${{ vars.FORGEJO_BASE_URL }}
|
||||||
jobs:
|
jobs:
|
||||||
build-and-deploy:
|
build-and-deploy:
|
||||||
runs-on: ubuntu latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Code
|
- name: Checkout Code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
Loading…
Reference in a new issue