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