mirror of
https://github.com/lukaszraczylo/graphql-monitoring-proxy.git
synced 2026-06-05 23:03:48 +00:00
18 lines
322 B
YAML
18 lines
322 B
YAML
name: Test and release
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
push:
|
|
paths-ignore:
|
|
- '**.md'
|
|
branches:
|
|
- "*"
|
|
|
|
jobs:
|
|
shared:
|
|
uses: telegram-bot-app/ci-scripts/.github/workflows/build-test-publish-inject.yaml@main
|
|
with:
|
|
enable-code-scans: false
|
|
secrets:
|
|
ghcr-token: ${{ secrets.GHCR_TOKEN }}
|