Compare commits
2 commits
main
...
deployment
| Author | SHA1 | Date | |
|---|---|---|---|
| 3e469f937c | |||
| bfe7415f9d |
2 changed files with 2 additions and 2 deletions
|
|
@ -16,7 +16,7 @@ jobs:
|
|||
|
||||
- name: Checkout Continuwuity
|
||||
run: |
|
||||
REF=${{ github.event.client_payload.ref || 'main' }}
|
||||
REF=${{ github.event.client_payload.ref || 'deployment' }}
|
||||
git clone --depth 1 --branch "${REF##refs/heads/}" \
|
||||
http://forgejo.tooling.svc.cluster.local:3000/ember/continuwuity.git .
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ name: Trigger CI Pipeline
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- deployment
|
||||
|
||||
jobs:
|
||||
dispatch:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue